Class: Aws::AutoScaling::Types::DescribeAutoScalingNotificationTypesAnswer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_notification_typesArray<String>

The notification types.

Returns:

  • (Array<String>)


1557
1558
1559
1560
# File 'lib/aws-sdk-autoscaling/types.rb', line 1557

class DescribeAutoScalingNotificationTypesAnswer < Struct.new(
  :auto_scaling_notification_types)
  include Aws::Structure
end