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)


1939
1940
1941
1942
1943
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 1939

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