Class: Aws::Types::JobSecondaryStatusTransition
- Inherits:
-
Object
- Object
- Aws::Types::JobSecondaryStatusTransition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "Starting", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
6849 6850 6851 |
# File 'sig/types.rbs', line 6849 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
6848 6849 6850 |
# File 'sig/types.rbs', line 6848 def start_time @start_time end |
#status ⇒ "Starting", ...
Returns the value of attribute status.
6847 6848 6849 |
# File 'sig/types.rbs', line 6847 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
6850 6851 6852 |
# File 'sig/types.rbs', line 6850 def @status_message end |