Class: Aws::EMR::Types::DescribeClusterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeClusterInput
- Defined in:
- gems/aws-sdk-emr/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.
1419 1420 1421 1422 1423 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1419 class DescribeClusterInput < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |