Class: Aws::EMR::Types::PutManagedScalingPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::PutManagedScalingPolicyInput
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
Specifies the ID of an Amazon EMR cluster where the managed scaling policy is attached.
-
#managed_scaling_policy ⇒ Types::ManagedScalingPolicy
Specifies the constraints for the managed scaling policy.
Instance Attribute Details
#cluster_id ⇒ String
Specifies the ID of an Amazon EMR cluster where the managed scaling policy is attached.
5215 5216 5217 5218 5219 5220 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5215 class PutManagedScalingPolicyInput < Struct.new( :cluster_id, :managed_scaling_policy) SENSITIVE = [] include Aws::Structure end |
#managed_scaling_policy ⇒ Types::ManagedScalingPolicy
Specifies the constraints for the managed scaling policy.
5215 5216 5217 5218 5219 5220 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 5215 class PutManagedScalingPolicyInput < Struct.new( :cluster_id, :managed_scaling_policy) SENSITIVE = [] include Aws::Structure end |