Class: Aws::AutoScalingPlans::Types::DescribeScalingPlansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::DescribeScalingPlansResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/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_plans ⇒ Array<Types::ScalingPlan>
Information about the scaling plans.
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.
373 374 375 376 377 378 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 373 class DescribeScalingPlansResponse < Struct.new( :scaling_plans, :next_token) SENSITIVE = [] include Aws::Structure end |
#scaling_plans ⇒ Array<Types::ScalingPlan>
Information about the scaling plans.
373 374 375 376 377 378 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 373 class DescribeScalingPlansResponse < Struct.new( :scaling_plans, :next_token) SENSITIVE = [] include Aws::Structure end |