Struct rusoto_autoscaling::DeleteTagsType [] [src]

pub struct DeleteTagsType {
    pub tags: Vec<Tag>,
}

Fields

One or more tags.

Trait Implementations

impl Default for DeleteTagsType
[src]

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

impl Debug for DeleteTagsType
[src]

Formats the value using the given formatter.

impl Clone for DeleteTagsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more