Class: Aws::EMR::Types::JobFlowExecutionStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::JobFlowExecutionStatusDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Describes the status of the cluster (job flow).
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time of the job flow.
-
#end_date_time ⇒ Time
The completion date and time of the job flow.
-
#last_state_change_reason ⇒ String
Description of the job flow last changed state.
-
#ready_date_time ⇒ Time
The date and time when the job flow was ready to start running bootstrap actions.
-
#start_date_time ⇒ Time
The start date and time of the job flow.
-
#state ⇒ String
The state of the job flow.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time of the job flow.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-emr/types.rb', line 2901 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) include Aws::Structure end |
#end_date_time ⇒ Time
The completion date and time of the job flow.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-emr/types.rb', line 2901 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) include Aws::Structure end |
#last_state_change_reason ⇒ String
Description of the job flow last changed state.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-emr/types.rb', line 2901 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) include Aws::Structure end |
#ready_date_time ⇒ Time
The date and time when the job flow was ready to start running bootstrap actions.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-emr/types.rb', line 2901 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) include Aws::Structure end |
#start_date_time ⇒ Time
The start date and time of the job flow.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-emr/types.rb', line 2901 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) include Aws::Structure end |
#state ⇒ String
The state of the job flow.
2901 2902 2903 2904 2905 2906 2907 2908 2909 |
# File 'lib/aws-sdk-emr/types.rb', line 2901 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) include Aws::Structure end |