Class: Aws::EMR::Types::PutAutoTerminationPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::PutAutoTerminationPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_termination_policy ⇒ Types::AutoTerminationPolicy
Specifies the auto-termination policy to attach to the cluster.
-
#cluster_id ⇒ String
Specifies the ID of the Amazon EMR cluster to which the auto-termination policy will be attached.
Instance Attribute Details
#auto_termination_policy ⇒ Types::AutoTerminationPolicy
Specifies the auto-termination policy to attach to the cluster.
5157 5158 5159 5160 5161 5162 |
# File 'lib/aws-sdk-emr/types.rb', line 5157 class PutAutoTerminationPolicyInput < Struct.new( :cluster_id, :auto_termination_policy) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
Specifies the ID of the Amazon EMR cluster to which the auto-termination policy will be attached.
5157 5158 5159 5160 5161 5162 |
# File 'lib/aws-sdk-emr/types.rb', line 5157 class PutAutoTerminationPolicyInput < Struct.new( :cluster_id, :auto_termination_policy) SENSITIVE = [] include Aws::Structure end |