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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#adjustment_typesArray<Types::AdjustmentType>

The policy adjustment types.

Returns:



1511
1512
1513
1514
# File 'lib/aws-sdk-autoscaling/types.rb', line 1511

class DescribeAdjustmentTypesAnswer < Struct.new(
  :adjustment_types)
  include Aws::Structure
end