Class: Aws::EMR::Types::PutAutoScalingPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::PutAutoScalingPolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Instance Attribute Summary collapse
-
#auto_scaling_policy ⇒ Types::AutoScalingPolicyDescription
The automatic scaling policy definition.
-
#cluster_id ⇒ String
Specifies the ID of a cluster.
-
#instance_group_id ⇒ String
Specifies the ID of the instance group to which the scaling policy is applied.
Instance Attribute Details
#auto_scaling_policy ⇒ Types::AutoScalingPolicyDescription
The automatic scaling policy definition.
3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-emr/types.rb', line 3893 class PutAutoScalingPolicyOutput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy) 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.
3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-emr/types.rb', line 3893 class PutAutoScalingPolicyOutput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy) include Aws::Structure end |
#instance_group_id ⇒ String
Specifies the ID of the instance group to which the scaling policy is applied.
3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-emr/types.rb', line 3893 class PutAutoScalingPolicyOutput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy) include Aws::Structure end |