Class: Aws::IoTFleetWise::Types::GetVehicleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vehicle_nameString

The ID of the vehicle to retrieve information about.

Returns:

  • (String)


1911
1912
1913
1914
1915
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1911

class GetVehicleRequest < Struct.new(
  :vehicle_name)
  SENSITIVE = []
  include Aws::Structure
end