Class: Aws::Types::DescribeScalingPlanResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def next_token
  @next_token
end

#scaling_plan_name::String

Returns the value of attribute scaling_plan_name.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def scaling_plan_name
  @scaling_plan_name
end

#scaling_plan_version::Integer

Returns the value of attribute scaling_plan_version.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def scaling_plan_version
  @scaling_plan_version
end