Class: Aws::EMR::Types::DescribeClusterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeClusterInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
This input determines which cluster to describe.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The identifier of the cluster to describe.
Instance Attribute Details
#cluster_id ⇒ String
The identifier of the cluster to describe.
1518 1519 1520 1521 1522 |
# File 'lib/aws-sdk-emr/types.rb', line 1518 class DescribeClusterInput < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |