Class: Aws::IoTFleetWise::Types::BatchUpdateVehicleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::BatchUpdateVehicleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<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.
-
#vehicles ⇒ Array<Types::UpdateVehicleResponseItem>
A list of information about the batch of updated vehicles.
Instance Attribute Details
#errors ⇒ Array<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.
234 235 236 237 238 239 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 234 class BatchUpdateVehicleResponse < Struct.new( :vehicles, :errors) SENSITIVE = [] include Aws::Structure end |
#vehicles ⇒ Array<Types::UpdateVehicleResponseItem>
A list of information about the batch of updated vehicles.
<note markdown=“1”> This list contains only unique IDs for the vehicles that were updated.
</note>
234 235 236 237 238 239 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 234 class BatchUpdateVehicleResponse < Struct.new( :vehicles, :errors) SENSITIVE = [] include Aws::Structure end |