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

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

Overview

This output contains the description of the cluster step.

Instance Attribute Summary collapse

Instance Attribute Details

#stepTypes::Step

The step details for the requested step identifier.

Returns:



1314
1315
1316
1317
# File 'lib/aws-sdk-emr/types.rb', line 1314

class DescribeStepOutput < Struct.new(
  :step)
  include Aws::Structure
end