Class: Aws::AutoScalingPlans::Types::DescribeScalingPlanResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::DescribeScalingPlanResourcesResponse
- Defined in:
- gems/aws-sdk-autoscalingplans/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_plan_resources ⇒ Array<Types::ScalingPlanResource>
Information about the scalable resources.
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.
314 315 316 317 318 319 |
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 314 class DescribeScalingPlanResourcesResponse < Struct.new( :scaling_plan_resources, :next_token) SENSITIVE = [] include Aws::Structure end |
#scaling_plan_resources ⇒ Array<Types::ScalingPlanResource>
Information about the scalable resources.
314 315 316 317 318 319 |
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 314 class DescribeScalingPlanResourcesResponse < Struct.new( :scaling_plan_resources, :next_token) SENSITIVE = [] include Aws::Structure end |