Class: Aws::Types::ScalableTargetAction

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:



356
357
358
# File 'sig/types.rbs', line 356

def min_capacity
  @min_capacity
end