Class: Aws::IoTFleetWise::Types::GetFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
The ID of the fleet to retrieve information about.
Instance Attribute Details
#fleet_id ⇒ String
The ID of the fleet to retrieve information about.
2050 2051 2052 2053 2054 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2050 class GetFleetRequest < Struct.new( :fleet_id) SENSITIVE = [] include Aws::Structure end |