Class: Aws::Types::DescribeScalingPlanResourcesResponse

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:



77
78
79
# File 'sig/types.rbs', line 77

def next_token
  @next_token
end

#scaling_plan_resources::Array[Types::ScalingPlanResource]

Returns the value of attribute scaling_plan_resources.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def scaling_plan_resources
  @scaling_plan_resources
end