Class: Aws::EMR::Types::StepExecutionStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::StepExecutionStatusDetail
- Defined in:
- gems/aws-sdk-emr/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.
6487 6488 6489 6490 6491 6492 6493 6494 6495 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6487 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.
6487 6488 6489 6490 6491 6492 6493 6494 6495 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6487 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.
6487 6488 6489 6490 6491 6492 6493 6494 6495 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6487 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.
6487 6488 6489 6490 6491 6492 6493 6494 6495 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6487 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.
6487 6488 6489 6490 6491 6492 6493 6494 6495 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6487 class StepExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |