Class: Aws::Types::DescribeFleetLocationUtilizationInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetLocationUtilizationInput
- 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.
831 832 833 |
# File 'sig/types.rbs', line 831 def fleet_id @fleet_id end |
#location ⇒ ::String
Returns the value of attribute location.
832 833 834 |
# File 'sig/types.rbs', line 832 def location @location end |