Class: Aws::EMR::Types::RemoveManagedScalingPolicyInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 cluster from which the managed scaling policy will be removed.

Returns:

  • (String)


5253
5254
5255
5256
5257
# File 'lib/aws-sdk-emr/types.rb', line 5253

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