Class: Aws::AutoScaling::Types::PoliciesType

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


3364
3365
3366
3367
3368
# File 'lib/aws-sdk-autoscaling/types.rb', line 3364

class PoliciesType < Struct.new(
  :scaling_policies,
  :next_token)
  include Aws::Structure
end

#scaling_policiesArray<Types::ScalingPolicy>

The scaling policies.

Returns:



3364
3365
3366
3367
3368
# File 'lib/aws-sdk-autoscaling/types.rb', line 3364

class PoliciesType < Struct.new(
  :scaling_policies,
  :next_token)
  include Aws::Structure
end