Struct rusoto_ecs::PutAttributesRequest [] [src]

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

Fields

The attributes to apply to your resource. You can specify up to 10 custom attributes per resource. You can specify up to 10 attributes in a single call.

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

Trait Implementations

impl Default for PutAttributesRequest
[src]

[src]

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

impl Debug for PutAttributesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for PutAttributesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more