Struct rusoto_ecs::DeleteAttributesRequest [] [src]

pub struct DeleteAttributesRequest {
    pub attributes: Vec<Attribute>,
    pub cluster: Option<String>,
}

Fields

The attributes to delete from your resource. You can specify up to 10 attributes per request. For custom attributes, specify the attribute name and target ID, but do not specify the value. If you specify the target ID using the short form, you must also specify the target type.

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

Trait Implementations

impl Default for DeleteAttributesRequest
[src]

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

impl Debug for DeleteAttributesRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteAttributesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more