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.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def enabled @enabled end |
#max_group_prepared_capacity ⇒ ::Integer
Returns the value of attribute max_group_prepared_capacity.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def max_group_prepared_capacity @max_group_prepared_capacity end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def min_size @min_size end |
#pool_state ⇒ "STOPPED", ...
Returns the value of attribute pool_state.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def pool_state @pool_state end |
#reuse_on_scale_in ⇒ Boolean
Returns the value of attribute reuse_on_scale_in.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def reuse_on_scale_in @reuse_on_scale_in end |