Class: Aws::IoTFleetWise::Types::BatchCreateVehicleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::BatchCreateVehicleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::CreateVehicleError>
A list of information about creation errors, or an empty list if there aren’t any errors.
-
#vehicles ⇒ Array<Types::CreateVehicleResponseItem>
A list of information about a batch of created vehicles.
Instance Attribute Details
#errors ⇒ Array<Types::CreateVehicleError>
A list of information about creation errors, or an empty list if there aren’t any errors.
202 203 204 205 206 207 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 202 class BatchCreateVehicleResponse < Struct.new( :vehicles, :errors) SENSITIVE = [] include Aws::Structure end |
#vehicles ⇒ Array<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 'lib/aws-sdk-iotfleetwise/types.rb', line 202 class BatchCreateVehicleResponse < Struct.new( :vehicles, :errors) SENSITIVE = [] include Aws::Structure end |