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.
| 6759 6760 6761 6762 6763 6764 6765 6766 6767 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6759 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.
| 6759 6760 6761 6762 6763 6764 6765 6766 6767 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6759 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.
| 6759 6760 6761 6762 6763 6764 6765 6766 6767 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6759 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.
| 6759 6760 6761 6762 6763 6764 6765 6766 6767 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6759 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.
| 6759 6760 6761 6762 6763 6764 6765 6766 6767 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6759 class StepExecutionStatusDetail < Struct.new( :state, :creation_date_time, :start_date_time, :end_date_time, :last_state_change_reason) SENSITIVE = [] include Aws::Structure end |