Class: Aws::AutoScalingPlans::Types::DescribeScalingPlanResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::DescribeScalingPlanResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of scalable resources to return.
-
#next_token ⇒ String
The token for the next set of results.
-
#scaling_plan_name ⇒ String
The name of the scaling plan.
-
#scaling_plan_version ⇒ Integer
The version number of the scaling plan.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.
294 295 296 297 298 299 300 301 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 294 class DescribeScalingPlanResourcesRequest < Struct.new( :scaling_plan_name, :scaling_plan_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results.
294 295 296 297 298 299 300 301 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 294 class DescribeScalingPlanResourcesRequest < Struct.new( :scaling_plan_name, :scaling_plan_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#scaling_plan_name ⇒ String
The name of the scaling plan.
294 295 296 297 298 299 300 301 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 294 class DescribeScalingPlanResourcesRequest < Struct.new( :scaling_plan_name, :scaling_plan_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#scaling_plan_version ⇒ Integer
The version number of the scaling plan. Currently, the only valid value is ‘1`.
294 295 296 297 298 299 300 301 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 294 class DescribeScalingPlanResourcesRequest < Struct.new( :scaling_plan_name, :scaling_plan_version, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |