Struct rusoto_batch::DeleteComputeEnvironmentRequest [] [src]

pub struct DeleteComputeEnvironmentRequest {
    pub compute_environment: String,
}

Fields

The name or Amazon Resource Name (ARN) of the compute environment to delete.

Trait Implementations

impl Default for DeleteComputeEnvironmentRequest
[src]

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

impl Debug for DeleteComputeEnvironmentRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteComputeEnvironmentRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more