Class: Aws::Types::DescribeScalingPlansRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#application_sources::Array[Types::ApplicationSource]

Returns the value of attribute application_sources.



84
85
86
# File 'sig/types.rbs', line 84

def application_sources
  @application_sources
end

#max_results::Integer

Returns the value of attribute max_results.



85
86
87
# File 'sig/types.rbs', line 85

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



86
87
88
# File 'sig/types.rbs', line 86

def next_token
  @next_token
end

#scaling_plan_names::Array[::String]

Returns the value of attribute scaling_plan_names.



82
83
84
# File 'sig/types.rbs', line 82

def scaling_plan_names
  @scaling_plan_names
end

#scaling_plan_version::Integer

Returns the value of attribute scaling_plan_version.



83
84
85
# File 'sig/types.rbs', line 83

def scaling_plan_version
  @scaling_plan_version
end