# File lib/aws/auto_scaling/notification_configuration.rb, line 19
      def initialize auto_scaling_group, topic_arn, notification_types = []
        @group = auto_scaling_group
        @topic_arn = topic_arn
        @notification_types = notification_types
      end