Class: Aws::IoTFleetWise::Types::AssociateVehicleFleetRequest

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

#fleet_idString

The ID of a fleet.

Returns:

  • (String)


107
108
109
110
111
112
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 107

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

#vehicle_nameString

The unique ID of the vehicle to associate with the fleet.

Returns:

  • (String)


107
108
109
110
111
112
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 107

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