Class: Aws::Types::DeleteVehicleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteVehicleResponse
- 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.
473 474 475 |
# File 'sig/types.rbs', line 473 def arn @arn end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
472 473 474 |
# File 'sig/types.rbs', line 472 def vehicle_name @vehicle_name end |