Class: Aws::Types::ScalingConstraints

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:

  • (::Integer)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:

  • (::Integer)


1426
1427
1428
# File 'sig/types.rbs', line 1426

def min_capacity
  @min_capacity
end