Class: Aws::EMR::Types::PutAutoScalingPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::PutAutoScalingPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_policy ⇒ Types::AutoScalingPolicy
Specifies the definition of the automatic scaling policy.
-
#cluster_id ⇒ String
Specifies the ID of a cluster.
-
#instance_group_id ⇒ String
Specifies the ID of the instance group to which the automatic scaling policy is applied.
Instance Attribute Details
#auto_scaling_policy ⇒ Types::AutoScalingPolicy
Specifies the definition of the automatic scaling policy.
5109 5110 5111 5112 5113 5114 5115 |
# File 'lib/aws-sdk-emr/types.rb', line 5109 class PutAutoScalingPolicyInput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy) SENSITIVE = [] include Aws::Structure end |
#cluster_id ⇒ String
Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.
5109 5110 5111 5112 5113 5114 5115 |
# File 'lib/aws-sdk-emr/types.rb', line 5109 class PutAutoScalingPolicyInput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy) SENSITIVE = [] include Aws::Structure end |
#instance_group_id ⇒ String
Specifies the ID of the instance group to which the automatic scaling policy is applied.
5109 5110 5111 5112 5113 5114 5115 |
# File 'lib/aws-sdk-emr/types.rb', line 5109 class PutAutoScalingPolicyInput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy) SENSITIVE = [] include Aws::Structure end |