You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::RemoveAutoScalingPolicyInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RemoveAutoScalingPolicyInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster_id: "ClusterId", # required
  instance_group_id: "InstanceGroupId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_idString

Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.

Returns:

  • (String)

    Specifies the ID of a cluster.

#instance_group_idString

Specifies the ID of the instance group to which the scaling policy is applied.

Returns:

  • (String)

    Specifies the ID of the instance group to which the scaling policy is applied.