Struct rusoto_glacier::CreateVaultOutput [] [src]

pub struct CreateVaultOutput {
    pub location: Option<String>,
}

Contains the Amazon Glacier response to your request.

Fields

The URI of the vault that was created.

Trait Implementations

impl Default for CreateVaultOutput
[src]

[src]

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

impl Debug for CreateVaultOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateVaultOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more