Struct rusoto_elasticbeanstalk::AbortEnvironmentUpdateMessage[][src]

pub struct AbortEnvironmentUpdateMessage {
    pub environment_id: Option<String>,
    pub environment_name: Option<String>,
}

Fields

This specifies the ID of the environment with the in-progress update that you want to cancel.

This specifies the name of the environment with the in-progress update that you want to cancel.

Trait Implementations

impl Default for AbortEnvironmentUpdateMessage
[src]

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

impl Debug for AbortEnvironmentUpdateMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for AbortEnvironmentUpdateMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AbortEnvironmentUpdateMessage
[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