Class: Aws::EMR::Types::StepDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

Combines the execution state and configuration of a step.

Instance Attribute Summary collapse

Instance Attribute Details

#execution_status_detailTypes::StepExecutionStatusDetail

The description of the step status.



5081
5082
5083
5084
5085
# File 'lib/aws-sdk-emr/types.rb', line 5081

class StepDetail < Struct.new(
  :step_config,
  :execution_status_detail)
  include Aws::Structure
end

#step_configTypes::StepConfig

The step configuration.



5081
5082
5083
5084
5085
# File 'lib/aws-sdk-emr/types.rb', line 5081

class StepDetail < Struct.new(
  :step_config,
  :execution_status_detail)
  include Aws::Structure
end