Class: Aws::Types::ServerlessV2ScalingConfiguration

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)


4214
4215
4216
# File 'sig/types.rbs', line 4214

def max_capacity
  @max_capacity
end

#min_capacity::Float

Returns the value of attribute min_capacity.

Returns:

  • (::Float)


4213
4214
4215
# File 'sig/types.rbs', line 4213

def min_capacity
  @min_capacity
end

#seconds_until_auto_pause::Integer

Returns the value of attribute seconds_until_auto_pause.

Returns:

  • (::Integer)


4215
4216
4217
# File 'sig/types.rbs', line 4215

def seconds_until_auto_pause
  @seconds_until_auto_pause
end