Class: Aws::EMR::Types::StepDetail
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::StepDetail
 
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Combines the execution state and configuration of a step.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #execution_status_detail  ⇒ Types::StepExecutionStatusDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the step status. 
- 
  
    
      #step_config  ⇒ Types::StepConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The step configuration. 
Instance Attribute Details
#execution_status_detail ⇒ Types::StepExecutionStatusDetail
The description of the step status.
| 6728 6729 6730 6731 6732 6733 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6728 class StepDetail < Struct.new( :step_config, :execution_status_detail) SENSITIVE = [] include Aws::Structure end | 
#step_config ⇒ Types::StepConfig
The step configuration.
| 6728 6729 6730 6731 6732 6733 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6728 class StepDetail < Struct.new( :step_config, :execution_status_detail) SENSITIVE = [] include Aws::Structure end |