class Aws::AutoScaling::Types::ScalingProcessQuery

@note When making an API call, you may pass ScalingProcessQuery

data as a hash:

    {
      auto_scaling_group_name: "XmlStringMaxLen255", # required
      scaling_processes: ["XmlStringMaxLen255"],
    }

@!attribute [rw] auto_scaling_group_name

The name of the Auto Scaling group.
@return [String]

@!attribute [rw] scaling_processes

One or more of the following processes:

* `Launch`

* `Terminate`

* `AddToLoadBalancer`

* `AlarmNotification`

* `AZRebalance`

* `HealthCheck`

* `InstanceRefresh`

* `ReplaceUnhealthy`

* `ScheduledActions`

If you omit this parameter, all processes are specified.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/autoscaling-2011-01-01/ScalingProcessQuery AWS API Documentation

Constants

SENSITIVE