Class: Aws::ApplicationAutoScaling::Types::DescribeScalingPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::DescribeScalingPoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token required to get the next set of results.
-
#scaling_policies ⇒ Array<Types::ScalingPolicy>
Information about the scaling policies.
Instance Attribute Details
#next_token ⇒ String
The token required to get the next set of results. This value is ‘null` if there are no more results to return.
1344 1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1344 class DescribeScalingPoliciesResponse < Struct.new( :scaling_policies, :next_token) SENSITIVE = [] include Aws::Structure end |
#scaling_policies ⇒ Array<Types::ScalingPolicy>
Information about the scaling policies.
1344 1345 1346 1347 1348 1349 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1344 class DescribeScalingPoliciesResponse < Struct.new( :scaling_policies, :next_token) SENSITIVE = [] include Aws::Structure end |