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.
1857 1858 1859 1860 1861 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1857 class DescribeAutoScalingNotificationTypesAnswer < Struct.new( :auto_scaling_notification_types) SENSITIVE = [] include Aws::Structure end |