Class: Aws::EMR::Types::DescribeStepOutput

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

Overview

This output contains the description of the cluster step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stepTypes::Step

The step details for the requested step identifier.

Returns:



1628
1629
1630
1631
1632
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1628

class DescribeStepOutput < Struct.new(
  :step)
  SENSITIVE = []
  include Aws::Structure
end