Class: Aws::AutoScaling::Types::DescribeAdjustmentTypesAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DescribeAdjustmentTypesAnswer
- Defined in:
- gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adjustment_types ⇒ Array<Types::AdjustmentType>
The policy adjustment types.
Instance Attribute Details
#adjustment_types ⇒ Array<Types::AdjustmentType>
The policy adjustment types.
2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 2061 class DescribeAdjustmentTypesAnswer < Struct.new( :adjustment_types) SENSITIVE = [] include Aws::Structure end |