Class: Aws::EMR::Types::RemoveAutoTerminationPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::RemoveAutoTerminationPolicyInput
- 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 from which the auto-termination policy will be removed.
Instance Attribute Details
#cluster_id ⇒ String
Specifies the ID of the Amazon EMR cluster from which the auto-termination policy will be removed.
5291 5292 5293 5294 5295 |
# File 'lib/aws-sdk-emr/types.rb', line 5291 class RemoveAutoTerminationPolicyInput < Struct.new( :cluster_id) SENSITIVE = [] include Aws::Structure end |