Class: Aws::EMR::Types::DescribeStepInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeStepInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This input determines which step to describe.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The identifier of the cluster with steps to describe.
-
#step_id ⇒ String
The identifier of the step to describe.
Instance Attribute Details
#cluster_id ⇒ String
The identifier of the cluster with steps to describe.
1613 1614 1615 1616 1617 1618 |
# File 'lib/aws-sdk-emr/types.rb', line 1613 class DescribeStepInput < Struct.new( :cluster_id, :step_id) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The identifier of the step to describe.
1613 1614 1615 1616 1617 1618 |
# File 'lib/aws-sdk-emr/types.rb', line 1613 class DescribeStepInput < Struct.new( :cluster_id, :step_id) SENSITIVE = [] include Aws::Structure end |