Class: Aws::Types::PutWarmPoolType
- Inherits:
-
Object
- Object
- Aws::Types::PutWarmPoolType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#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.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def auto_scaling_group_name @auto_scaling_group_name end |
#instance_reuse_policy ⇒ Types::InstanceReusePolicy
Returns the value of attribute instance_reuse_policy.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def instance_reuse_policy @instance_reuse_policy end |
#max_group_prepared_capacity ⇒ ::Integer
Returns the value of attribute max_group_prepared_capacity.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def max_group_prepared_capacity @max_group_prepared_capacity end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def min_size @min_size end |
#pool_state ⇒ "Stopped", ...
Returns the value of attribute pool_state.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def pool_state @pool_state end |