Struct rusoto_autoscaling::DeleteTagsType [] [src]

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

Contains the parameters for DeleteTags.

Fields

One or more tags.

Trait Implementations

impl Default for DeleteTagsType
[src]

[src]

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

impl Debug for DeleteTagsType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteTagsType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations