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.
5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-emr/types.rb', line 5137 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.
5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-emr/types.rb', line 5137 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.
5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-emr/types.rb', line 5137 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.
5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-emr/types.rb', line 5137 class PutAutoScalingPolicyOutput < Struct.new( :cluster_id, :instance_group_id, :auto_scaling_policy, :cluster_arn) SENSITIVE = [] include Aws::Structure end |