Class: Aws::EMR::Types::PutManagedScalingPolicyInput

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 an Amazon EMR cluster where the managed scaling policy is attached.

Returns:

  • (String)


5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-emr/types.rb', line 5175

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

#managed_scaling_policyTypes::ManagedScalingPolicy

Specifies the constraints for the managed scaling policy.



5175
5176
5177
5178
5179
5180
# File 'lib/aws-sdk-emr/types.rb', line 5175

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