Struct rusoto_elasticbeanstalk::DeleteApplicationMessage [] [src]

pub struct DeleteApplicationMessage {
    pub application_name: String,
    pub terminate_env_by_force: Option<bool>,
}

Request to delete an application.

Fields

The name of the application to delete.

When set to true, running environments will be terminated before deleting the application.

Trait Implementations

impl Default for DeleteApplicationMessage
[src]

[src]

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

impl Debug for DeleteApplicationMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteApplicationMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations