Struct rusoto_elasticbeanstalk::DeleteEnvironmentConfigurationMessage[][src]

pub struct DeleteEnvironmentConfigurationMessage {
    pub application_name: String,
    pub environment_name: String,
}

Request to delete a draft environment configuration.

Fields

The name of the application the environment is associated with.

The name of the environment to delete the draft configuration from.

Trait Implementations

impl Default for DeleteEnvironmentConfigurationMessage
[src]

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

impl Debug for DeleteEnvironmentConfigurationMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteEnvironmentConfigurationMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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