Class: Aws::EMR::Types::GetAutoTerminationPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

Specifies the ID of the Amazon EMR cluster for which the auto-termination policy will be fetched.

Returns:

  • (String)


2036
2037
2038
2039
2040
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2036

class GetAutoTerminationPolicyInput < Struct.new(
  :cluster_id)
  SENSITIVE = []
  include Aws::Structure
end