Class: Aws::Types::SetDesiredCapacityType
- Inherits:
-
Object
- Object
- Aws::Types::SetDesiredCapacityType
- 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.
-
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
-
#honor_cooldown ⇒ Boolean
Returns the value of attribute honor_cooldown.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def auto_scaling_group_name @auto_scaling_group_name end |
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def desired_capacity @desired_capacity end |
#honor_cooldown ⇒ Boolean
Returns the value of attribute honor_cooldown.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def honor_cooldown @honor_cooldown end |