Class: Aws::IoTFleetWise::Types::BatchCreateVehicleRequest

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

A list of information about each vehicle to create. For more information, see the API data type.



186
187
188
189
190
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 186

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