Class: Aws::Types::CreateVehicleResponseItem
- Inherits:
-
Object
- Object
- Aws::Types::CreateVehicleResponseItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
309 310 311 |
# File 'sig/types.rbs', line 309 def arn @arn end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
310 311 312 |
# File 'sig/types.rbs', line 310 def thing_arn @thing_arn end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
308 309 310 |
# File 'sig/types.rbs', line 308 def vehicle_name @vehicle_name end |