Struct rusoto_elasticbeanstalk::RestartAppServerMessage [] [src]

pub struct RestartAppServerMessage {
    pub environment_id: Option<EnvironmentId>,
    pub environment_name: Option<EnvironmentName>,
}

Fields

The ID of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

The name of the environment to restart the server for.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

Trait Implementations

impl Default for RestartAppServerMessage
[src]

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

impl Debug for RestartAppServerMessage
[src]

Formats the value using the given formatter.

impl Clone for RestartAppServerMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more