Class: Aws::IoTFleetWise::Types::DisassociateVehicleFleetRequest

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 unique ID of a fleet.

Returns:

  • (String)


1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1377

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

#vehicle_nameString

The unique ID of the vehicle to disassociate from the fleet.

Returns:

  • (String)


1377
1378
1379
1380
1381
1382
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1377

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