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).
Constant Summary collapse
- SENSITIVE =
[]
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.
3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-emr/types.rb', line 3557 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |
#end_date_time ⇒ Time
The completion date and time of the job flow.
3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-emr/types.rb', line 3557 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |
#last_state_change_reason ⇒ String
Description of the job flow last changed state.
3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-emr/types.rb', line 3557 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |
#ready_date_time ⇒ Time
The date and time when the job flow was ready to start running bootstrap actions.
3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-emr/types.rb', line 3557 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |
#start_date_time ⇒ Time
The start date and time of the job flow.
3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-emr/types.rb', line 3557 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the job flow.
3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 |
# File 'lib/aws-sdk-emr/types.rb', line 3557 class JobFlowExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :ready_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |