Class: Aws::IoTFleetWise::Types::BatchUpdateVehicleResponse

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

#errorsArray<Types::UpdateVehicleError>

A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.

Returns:



234
235
236
237
238
239
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 234

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

#vehiclesArray<Types::UpdateVehicleResponseItem>

A list of information about the batch of updated vehicles.

This list contains only unique IDs for the vehicles that were updated.



234
235
236
237
238
239
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 234

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