Class: Aws::IoTFleetWise::Types::BatchUpdateVehicleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::BatchUpdateVehicleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vehicles ⇒ Array<Types::UpdateVehicleRequestItem>
A list of information about the vehicles to update.
Instance Attribute Details
#vehicles ⇒ Array<Types::UpdateVehicleRequestItem>
A list of information about the vehicles to update. For more information, see the API data type.
214 215 216 217 218 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 214 class BatchUpdateVehicleRequest < Struct.new( :vehicles) SENSITIVE = [] include Aws::Structure end |