Class: Aws::Types::DescribeFleetLocationCapacityInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetLocationCapacityInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
820 821 822 |
# File 'sig/types.rbs', line 820 def fleet_id @fleet_id end |
#location ⇒ ::String
Returns the value of attribute location.
821 822 823 |
# File 'sig/types.rbs', line 821 def location @location end |