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. Read more

impl Clone for EnterStandbyAnswer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EnterStandbyAnswer
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations