Class: Aws::Types::UpdateFleetCapacityInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFleetCapacityInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_instances ⇒ ::Integer
Returns the value of attribute desired_instances.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#managed_capacity_configuration ⇒ Types::ManagedCapacityConfiguration
Returns the value of attribute managed_capacity_configuration.
-
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
-
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
Instance Attribute Details
#desired_instances ⇒ ::Integer
Returns the value of attribute desired_instances.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def desired_instances @desired_instances end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def fleet_id @fleet_id end |
#location ⇒ ::String
Returns the value of attribute location.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def location @location end |
#managed_capacity_configuration ⇒ Types::ManagedCapacityConfiguration
Returns the value of attribute managed_capacity_configuration.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def managed_capacity_configuration @managed_capacity_configuration end |
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
2331 2332 2333 |
# File 'sig/types.rbs', line 2331 def max_size @max_size end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def min_size @min_size end |