Class: Aws::IoTFleetWise::Types::BatchCreateVehicleResponse

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::CreateVehicleError>

A list of information about creation errors, or an empty list if there aren't any errors.

Returns:



202
203
204
205
206
207
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 202

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

#vehiclesArray<Types::CreateVehicleResponseItem>

A list of information about a batch of created vehicles. For more information, see the API data type.



202
203
204
205
206
207
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 202

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