Class: Aws::Types::WarmPoolConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


2047
2048
2049
# File 'sig/types.rbs', line 2047

def enabled
  @enabled
end

#max_group_prepared_capacity::Integer

Returns the value of attribute max_group_prepared_capacity.

Returns:

  • (::Integer)


2049
2050
2051
# File 'sig/types.rbs', line 2049

def max_group_prepared_capacity
  @max_group_prepared_capacity
end

#min_size::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def min_size
  @min_size
end

#pool_state"STOPPED", ...

Returns the value of attribute pool_state.

Returns:

  • ("STOPPED", "RUNNING", "HIBERNATED")


2050
2051
2052
# File 'sig/types.rbs', line 2050

def pool_state
  @pool_state
end

#reuse_on_scale_inBoolean

Returns the value of attribute reuse_on_scale_in.

Returns:

  • (Boolean)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def reuse_on_scale_in
  @reuse_on_scale_in
end