Class: Aws::EMR::Types::DescribeStepOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeStepOutput
- 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
-
#step ⇒ Types::Step
The step details for the requested step identifier.
Instance Attribute Details
#step ⇒ Types::Step
The step details for the requested step identifier.
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 |