Class: Aws::Types::ServerlessV2ScalingConfigurationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


4221
4222
4223
# File 'sig/types.rbs', line 4221

def max_capacity
  @max_capacity
end

#min_capacity::Float

Returns the value of attribute min_capacity.

Returns:

  • (::Float)


4220
4221
4222
# File 'sig/types.rbs', line 4220

def min_capacity
  @min_capacity
end

#seconds_until_auto_pause::Integer

Returns the value of attribute seconds_until_auto_pause.

Returns:

  • (::Integer)


4222
4223
4224
# File 'sig/types.rbs', line 4222

def seconds_until_auto_pause
  @seconds_until_auto_pause
end