Class: Aws::Types::UpdateVehicleResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVehicleResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def arn @arn end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def vehicle_name @vehicle_name end |