Class: Aws::IoTFleetWise::Types::GetVehicleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetVehicleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vehicle_name ⇒ String
The ID of the vehicle to retrieve information about.
Instance Attribute Details
#vehicle_name ⇒ String
The ID of the vehicle to retrieve information about.
2338 2339 2340 2341 2342 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2338 class GetVehicleRequest < Struct.new( :vehicle_name) SENSITIVE = [] include Aws::Structure end |