Class: Aws::EMR::Types::PutAutoScalingPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::PutAutoScalingPolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_policy ⇒ Types::AutoScalingPolicyDescription
The automatic scaling policy definition.
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#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.
5152 5153 5154 5155 5156 5157 5158 5159 |
# File 'lib/aws-sdk-emr/types.rb', line 5152 class PutAutoScalingPolicyOutput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
5152 5153 5154 5155 5156 5157 5158 5159 |
# File 'lib/aws-sdk-emr/types.rb', line 5152 class PutAutoScalingPolicyOutput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy, :cluster_arn) 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.
5152 5153 5154 5155 5156 5157 5158 5159 |
# File 'lib/aws-sdk-emr/types.rb', line 5152 class PutAutoScalingPolicyOutput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#instance_group_id ⇒ String
Specifies the ID of the instance group to which the scaling policy is applied.
5152 5153 5154 5155 5156 5157 5158 5159 |
# File 'lib/aws-sdk-emr/types.rb', line 5152 class PutAutoScalingPolicyOutput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy, :cluster_arn) SENSITIVE = [] include Aws::Structure end |