Class: Aws::Types::BatchCreateVehicleResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateVehicleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::CreateVehicleError]
Returns the value of attribute errors.
-
#vehicles ⇒ ::Array[Types::CreateVehicleResponseItem]
Returns the value of attribute vehicles.
Instance Attribute Details
#errors ⇒ ::Array[Types::CreateVehicleError]
Returns the value of attribute errors.
62 63 64 |
# File 'sig/types.rbs', line 62 def errors @errors end |
#vehicles ⇒ ::Array[Types::CreateVehicleResponseItem]
Returns the value of attribute vehicles.
61 62 63 |
# File 'sig/types.rbs', line 61 def vehicles @vehicles end |