Struct rusoto_glacier::ListTagsForVaultOutput [] [src]

pub struct ListTagsForVaultOutput {
    pub tags: Option<HashMap<String, String>>,
}

Contains the Amazon Glacier response to your request.

Fields

The tags attached to the vault. Each tag is composed of a key and a value.

Trait Implementations

impl Default for ListTagsForVaultOutput
[src]

[src]

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

impl Debug for ListTagsForVaultOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListTagsForVaultOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations