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.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def enabled @enabled end |
#max_group_prepared_capacity ⇒ ::Integer
Returns the value of attribute max_group_prepared_capacity.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def max_group_prepared_capacity @max_group_prepared_capacity end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def min_size @min_size end |
#pool_state ⇒ "STOPPED", ...
Returns the value of attribute pool_state.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def pool_state @pool_state end |
#reuse_on_scale_in ⇒ Boolean
Returns the value of attribute reuse_on_scale_in.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def reuse_on_scale_in @reuse_on_scale_in end |