Class: Aws::EMR::Types::StepExecutionStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StepExecutionStatusDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The execution state of a step.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time of the step.
-
#end_date_time ⇒ Time
The completion date and time of the step.
-
#last_state_change_reason ⇒ String
A description of the step’s current state.
-
#start_date_time ⇒ Time
The start date and time of the step.
-
#state ⇒ String
The state of the step.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time of the step.
6472 6473 6474 6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-emr/types.rb', line 6472 class StepExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_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 step.
6472 6473 6474 6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-emr/types.rb', line 6472 class StepExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |
#last_state_change_reason ⇒ String
A description of the step’s current state.
6472 6473 6474 6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-emr/types.rb', line 6472 class StepExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_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 step.
6472 6473 6474 6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-emr/types.rb', line 6472 class StepExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the step.
6472 6473 6474 6475 6476 6477 6478 6479 6480 |
# File 'lib/aws-sdk-emr/types.rb', line 6472 class StepExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |