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

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 cluster from which the managed scaling policy will be removed.

Returns:

  • (String)


5235
5236
5237
5238
5239
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5235

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