Class: Aws::Types::DescribeScalingPlansResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def next_token
  @next_token
end

#scaling_plans::Array[Types::ScalingPlan]

Returns the value of attribute scaling_plans.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def scaling_plans
  @scaling_plans
end