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.
2036 2037 2038 2039 2040 |
# File 'lib/aws-sdk-emr/types.rb', line 2036 class GetAutoTerminationPolicyInput < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |