Struct rusoto_elasticbeanstalk::RetrieveEnvironmentInfoMessage [] [src]

pub struct RetrieveEnvironmentInfoMessage {
    pub environment_id: Option<EnvironmentId>,
    pub environment_name: Option<EnvironmentName>,
    pub info_type: EnvironmentInfoType,
}

Request to download logs retrieved with RequestEnvironmentInfo.

Fields

The ID of the data's environment.

If no such environment is found, returns an InvalidParameterValue error.

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 data's environment.

If no such environment is found, returns an InvalidParameterValue error.

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

The type of information to retrieve.

Trait Implementations

impl Default for RetrieveEnvironmentInfoMessage
[src]

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

impl Debug for RetrieveEnvironmentInfoMessage
[src]

Formats the value using the given formatter.

impl Clone for RetrieveEnvironmentInfoMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more