Class: Aws::Types::JourneyRunResponse
- Inherits:
-
Object
- Object
- Aws::Types::JourneyRunResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#last_update_time ⇒ ::String
Returns the value of attribute last_update_time.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def creation_time @creation_time end |
#last_update_time ⇒ ::String
Returns the value of attribute last_update_time.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def last_update_time @last_update_time end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def run_id @run_id end |
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def status @status end |