Struct rusoto_autoscaling::ScalingProcessQuery [] [src]

pub struct ScalingProcessQuery {
    pub auto_scaling_group_name: String,
    pub scaling_processes: Option<Vec<String>>,
}

Contains the parameters for SuspendProcesses and ResumeProcesses.

Fields

The name or Amazon Resource Name (ARN) of the Auto Scaling group.

One or more of the following processes. If you omit this parameter, all processes are specified.

  • Launch

  • Terminate

  • HealthCheck

  • ReplaceUnhealthy

  • AZRebalance

  • AlarmNotification

  • ScheduledActions

  • AddToLoadBalancer

Trait Implementations

impl Default for ScalingProcessQuery
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ScalingProcessQuery
[src]

[src]

Formats the value using the given formatter.

impl Clone for ScalingProcessQuery
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more