Class: Aws::EMR::Types::GetAutoTerminationPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::GetAutoTerminationPolicyOutput
- 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 that is attached to an Amazon EMR cluster.
Instance Attribute Details
#auto_termination_policy ⇒ Types::AutoTerminationPolicy
Specifies the auto-termination policy that is attached to an Amazon EMR cluster.
1953 1954 1955 1956 1957 |
# File 'lib/aws-sdk-emr/types.rb', line 1953 class GetAutoTerminationPolicyOutput < Struct.new( :auto_termination_policy) SENSITIVE = [] include Aws::Structure end |