Class: Aws::IoTFleetWise::Types::AssociateVehicleFleetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::AssociateVehicleFleetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
The ID of a fleet.
-
#vehicle_name ⇒ String
The unique ID of the vehicle to associate with the fleet.
Instance Attribute Details
#fleet_id ⇒ String
The ID of a fleet.
107 108 109 110 111 112 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 107 class AssociateVehicleFleetRequest < Struct.new( :vehicle_name, :fleet_id) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The unique ID of the vehicle to associate with the fleet.
107 108 109 110 111 112 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 107 class AssociateVehicleFleetRequest < Struct.new( :vehicle_name, :fleet_id) SENSITIVE = [] include Aws::Structure end |