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

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

Returns:

  • (String)


5158
5159
5160
5161
5162
5163
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5158

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.



5158
5159
5160
5161
5162
5163
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5158

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