Class: Aws::IoTFleetWise::Types::BatchUpdateVehicleRequest

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

#vehiclesArray<Types::UpdateVehicleRequestItem>

A list of information about the vehicles to update. For more information, see the API data type.



214
215
216
217
218
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 214

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