Struct rusoto_redshift::CreateTagsMessage [] [src]

pub struct CreateTagsMessage {
    pub resource_name: String,
    pub tags: Vec<Tag>,
}

Contains the output from the CreateTags action.

Fields

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

One or more name/value pairs to add as tags to the specified resource. Each tag name is passed in with the parameter Key and the corresponding value is passed in with the parameter Value. The Key and Value parameters are separated by a comma (,). Separate multiple tags with a space. For example, --tags "Key"="owner","Value"="admin" "Key"="environment","Value"="test" "Key"="version","Value"="1.0".

Trait Implementations

impl Default for CreateTagsMessage
[src]

[src]

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

impl Debug for CreateTagsMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateTagsMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more