Class: Aws::Types::JobFlowExecutionStatusDetail
- Inherits:
-
Object
- Object
- Aws::Types::JobFlowExecutionStatusDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
-
#ready_date_time ⇒ ::Time
Returns the value of attribute ready_date_time.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
891 892 893 |
# File 'sig/types.rbs', line 891 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
894 895 896 |
# File 'sig/types.rbs', line 894 def end_date_time @end_date_time end |
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
895 896 897 |
# File 'sig/types.rbs', line 895 def last_state_change_reason @last_state_change_reason end |
#ready_date_time ⇒ ::Time
Returns the value of attribute ready_date_time.
893 894 895 |
# File 'sig/types.rbs', line 893 def ready_date_time @ready_date_time end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
892 893 894 |
# File 'sig/types.rbs', line 892 def start_date_time @start_date_time end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
890 891 892 |
# File 'sig/types.rbs', line 890 def state @state end |