Class: Aws::EMR::Types::DescribeStepInput

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

Overview

This input determines which step to describe.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

The identifier of the cluster with steps to describe.

Returns:

  • (String)


1613
1614
1615
1616
1617
1618
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1613

class DescribeStepInput < Struct.new(
  :cluster_id,
  :step_id)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The identifier of the step to describe.

Returns:

  • (String)


1613
1614
1615
1616
1617
1618
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1613

class DescribeStepInput < Struct.new(
  :cluster_id,
  :step_id)
  SENSITIVE = []
  include Aws::Structure
end