Class: Aws::IoTFleetWise::Types::BatchCreateVehicleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::BatchCreateVehicleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vehicles ⇒ Array<Types::CreateVehicleRequestItem>
A list of information about each vehicle to create.
Instance Attribute Details
#vehicles ⇒ Array<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 'lib/aws-sdk-iotfleetwise/types.rb', line 186 class BatchCreateVehicleRequest < Struct.new( :vehicles) SENSITIVE = [] include Aws::Structure end |