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)


5215
5216
5217
5218
5219
5220
# File 'lib/aws-sdk-emr/types.rb', line 5215

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.



5215
5216
5217
5218
5219
5220
# File 'lib/aws-sdk-emr/types.rb', line 5215

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