Struct rusoto_autoscaling::EnterStandbyAnswer [] [src]

pub struct EnterStandbyAnswer {
    pub activities: Option<Vec<Activity>>,
}

Contains the output of EnterStandby.

Fields

The activities related to moving instances into Standby mode.

Trait Implementations

impl Default for EnterStandbyAnswer
[src]

[src]

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

impl Debug for EnterStandbyAnswer
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EnterStandbyAnswer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations