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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



1806
1807
1808
1809
1810
# File 'lib/aws-sdk-autoscaling/types.rb', line 1806

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