Class: Aws::Types::UpdateFleetCapacityOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFleetCapacityOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#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.
Instance Attribute Details
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def fleet_id @fleet_id end |
#location ⇒ ::String
Returns the value of attribute location.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def location @location end |
#managed_capacity_configuration ⇒ Types::ManagedCapacityConfiguration
Returns the value of attribute managed_capacity_configuration.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def managed_capacity_configuration @managed_capacity_configuration end |