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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#execution_status_detailTypes::StepExecutionStatusDetail

The description of the step status.



6375
6376
6377
6378
6379
6380
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6375

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

#step_configTypes::StepConfig

The step configuration.

Returns:



6375
6376
6377
6378
6379
6380
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6375

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