Class: Aws::AutoScalingPlans::Types::DescribeScalingPlansRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_sourcesArray<Types::ApplicationSource>

The sources for the applications (up to 10). If you specify scaling plan names, you cannot specify application sources.

Returns:



352
353
354
355
356
357
358
359
360
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 352

class DescribeScalingPlansRequest < Struct.new(
  :scaling_plan_names,
  :scaling_plan_version,
  :application_sources,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

Returns:

  • (Integer)


352
353
354
355
356
357
358
359
360
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 352

class DescribeScalingPlansRequest < Struct.new(
  :scaling_plan_names,
  :scaling_plan_version,
  :application_sources,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


352
353
354
355
356
357
358
359
360
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 352

class DescribeScalingPlansRequest < Struct.new(
  :scaling_plan_names,
  :scaling_plan_version,
  :application_sources,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_plan_namesArray<String>

The names of the scaling plans (up to 10). If you specify application sources, you cannot specify scaling plan names.

Returns:

  • (Array<String>)


352
353
354
355
356
357
358
359
360
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 352

class DescribeScalingPlansRequest < Struct.new(
  :scaling_plan_names,
  :scaling_plan_version,
  :application_sources,
  :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`.

<note markdown=“1”> If you specify a scaling plan version, you must also specify a scaling plan name.

</note>

Returns:

  • (Integer)


352
353
354
355
356
357
358
359
360
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 352

class DescribeScalingPlansRequest < Struct.new(
  :scaling_plan_names,
  :scaling_plan_version,
  :application_sources,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end