Class: Aws::EMR::Types::GetAutoTerminationPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetAutoTerminationPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
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.
1940 1941 1942 1943 1944 |
# File 'lib/aws-sdk-emr/types.rb', line 1940 class GetAutoTerminationPolicyInput < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |