Class: Aws::AutoScaling::Types::DescribeAdjustmentTypesAnswer

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_typesArray<Types::AdjustmentType>

The policy adjustment types.

Returns:



1822
1823
1824
1825
1826
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1822

class DescribeAdjustmentTypesAnswer < Struct.new(
  :adjustment_types)
  SENSITIVE = []
  include Aws::Structure
end