Struct rusoto_elasticache::ListTagsForResourceMessage [] [src]

pub struct ListTagsForResourceMessage {
    pub resource_name: String,
}

The input parameters for the ListTagsForResource operation.

Fields

The Amazon Resource Name (ARN) of the resource for which you want the list of tags, for example arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster or arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot.

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

Trait Implementations

impl Default for ListTagsForResourceMessage
[src]

[src]

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

impl Debug for ListTagsForResourceMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListTagsForResourceMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations