Struct rusoto_autoscaling::ProcessType [] [src]

pub struct ProcessType {
    pub process_name: XmlStringMaxLen255,
}

Describes a process type.

For more information, see Auto Scaling Processes in the Auto Scaling User Guide.

Fields

One of the following processes:

  • Launch

  • Terminate

  • AddToLoadBalancer

  • AlarmNotification

  • AZRebalance

  • HealthCheck

  • ReplaceUnhealthy

  • ScheduledActions

Trait Implementations

impl Default for ProcessType
[src]

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

impl Debug for ProcessType
[src]

Formats the value using the given formatter.

impl Clone for ProcessType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more