Class: Aws::Types::DescribeFleetUtilizationOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetUtilizationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_utilization ⇒ ::Array[Types::FleetUtilization]
Returns the value of attribute fleet_utilization.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fleet_utilization ⇒ ::Array[Types::FleetUtilization]
Returns the value of attribute fleet_utilization.
864 865 866 |
# File 'sig/types.rbs', line 864 def fleet_utilization @fleet_utilization end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
865 866 867 |
# File 'sig/types.rbs', line 865 def next_token @next_token end |