Struct rusoto_redshift::DeleteTagsMessage [] [src]

pub struct DeleteTagsMessage {
    pub resource_name: String,
    pub tag_keys: Vec<String>,
}

Contains the output from the DeleteTags action.

Fields

The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-1:123456789:cluster:t1.

The tag key that you want to delete.

Trait Implementations

impl Default for DeleteTagsMessage
[src]

[src]

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

impl Debug for DeleteTagsMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteTagsMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more