Class: Aws::AutoScalingPlans::Types::DescribeScalingPlanResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of scalable resources to return. The value must be between 1 and 50. The default value is 50.

Returns:

  • (Integer)


294
295
296
297
298
299
300
301
# File 'gems/aws-sdk-autoscalingplans/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_tokenString

The token for the next set of results.

Returns:

  • (String)


294
295
296
297
298
299
300
301
# File 'gems/aws-sdk-autoscalingplans/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_nameString

The name of the scaling plan.

Returns:

  • (String)


294
295
296
297
298
299
300
301
# File 'gems/aws-sdk-autoscalingplans/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_versionInteger

The version number of the scaling plan. Currently, the only valid value is 1.

Returns:

  • (Integer)


294
295
296
297
298
299
300
301
# File 'gems/aws-sdk-autoscalingplans/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