Class: Aws::Types::VehicleStatus
- Inherits:
-
Object
- Object
- Aws::Types::VehicleStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_name ⇒ ::String
Returns the value of attribute campaign_name.
-
#status ⇒ "CREATED", ...
Returns the value of attribute status.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#campaign_name ⇒ ::String
Returns the value of attribute campaign_name.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def campaign_name @campaign_name end |
#status ⇒ "CREATED", ...
Returns the value of attribute status.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def status @status end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def vehicle_name @vehicle_name end |