class AWS::AutoScaling::NotificationConfiguration

def initialize auto_scaling_group, topic_arn, notification_types = []

Other tags:
    Private: -
def initialize auto_scaling_group, topic_arn, notification_types = []
  @group = auto_scaling_group
  @topic_arn = topic_arn
  @notification_types = notification_types
end