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
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.
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.
1744 1745 1746 1747 1748 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1744 class DescribeClusterInput < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |