Struct rusoto_autoscaling::SuspendedProcess [] [src]

pub struct SuspendedProcess {
    pub process_name: Option<String>,
    pub suspension_reason: Option<String>,
}

Describes an Auto Scaling process that has been suspended. For more information, see ProcessType.

Fields

The name of the suspended process.

The reason that the process was suspended.

Trait Implementations

impl Default for SuspendedProcess
[src]

[src]

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

impl Debug for SuspendedProcess
[src]

[src]

Formats the value using the given formatter.

impl Clone for SuspendedProcess
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more