Class: Aws::EMR::Types::GetAutoTerminationPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetAutoTerminationPolicyInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Note:
When making an API call, you may pass GetAutoTerminationPolicyInput data as a hash:
{
cluster_id: "ClusterId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.
Instance Attribute Details
#cluster_id ⇒ String
Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.
2311 2312 2313 2314 2315 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2311 class GetAutoTerminationPolicyInput < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |