Struct rusoto_autoscaling::EnterStandbyAnswer [] [src]

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

Fields

The activities related to moving instances into Standby mode.

Trait Implementations

impl Default for EnterStandbyAnswer
[src]

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

impl Debug for EnterStandbyAnswer
[src]

Formats the value using the given formatter.

impl Clone for EnterStandbyAnswer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more