Struct rusoto_ecs::DeleteServiceRequest [] [src]

pub struct DeleteServiceRequest {
    pub cluster: Option<String>,
    pub service: String,
}

Fields

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed.

The name of the service to delete.

Trait Implementations

impl Default for DeleteServiceRequest
[src]

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

impl Debug for DeleteServiceRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteServiceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more