Class: Aws::Types::WarmPoolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WarmPoolConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_reuse_policy ⇒ Types::InstanceReusePolicy
Returns the value of attribute instance_reuse_policy.
-
#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.
-
#status ⇒ "PendingDelete"
Returns the value of attribute status.
Instance Attribute Details
#instance_reuse_policy ⇒ Types::InstanceReusePolicy
Returns the value of attribute instance_reuse_policy.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def instance_reuse_policy @instance_reuse_policy end |
#max_group_prepared_capacity ⇒ ::Integer
Returns the value of attribute max_group_prepared_capacity.
1538 1539 1540 |
# File 'sig/types.rbs', line 1538 def max_group_prepared_capacity @max_group_prepared_capacity end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def min_size @min_size end |
#pool_state ⇒ "Stopped", ...
Returns the value of attribute pool_state.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def pool_state @pool_state end |
#status ⇒ "PendingDelete"
Returns the value of attribute status.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def status @status end |