Class: Aws::AutoScaling::Types::DescribeAutoScalingNotificationTypesAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeAutoScalingNotificationTypesAnswer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_notification_types ⇒ Array<String>
The notification types.
Instance Attribute Details
#auto_scaling_notification_types ⇒ Array<String>
The notification types.
2101 2102 2103 2104 2105 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 2101 class DescribeAutoScalingNotificationTypesAnswer < Struct.new( :auto_scaling_notification_types) SENSITIVE = [] include Aws::Structure end |