Class: Aws::Types::WarmPoolConfig
- Inherits:
-
Object
- Object
- Aws::Types::WarmPoolConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#max_group_prepared_capacity ⇒ ::Integer
Returns the value of attribute max_group_prepared_capacity.
-
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
-
#pool_state ⇒ "STOPPED", ...
Returns the value of attribute pool_state.
-
#reuse_on_scale_in ⇒ Boolean
Returns the value of attribute reuse_on_scale_in.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
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.
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.
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.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def pool_state @pool_state end |
#reuse_on_scale_in ⇒ Boolean
Returns the value of attribute reuse_on_scale_in.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def reuse_on_scale_in @reuse_on_scale_in end |