Class: Aws::EMR::Types::DescribeClusterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::DescribeClusterInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass DescribeClusterInput data as a hash:
{
cluster_id: "ClusterId", # required
}
This input determines which cluster to describe.
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.
1141 1142 1143 1144 |
# File 'lib/aws-sdk-emr/types.rb', line 1141 class DescribeClusterInput < Struct.new( :cluster_id) include Aws::Structure end |