Struct rusoto_glacier::InitiateVaultLockOutput[][src]

pub struct InitiateVaultLockOutput {
    pub lock_id: Option<String>,
}

Contains the Amazon Glacier response to your request.

Fields

The lock ID, which is used to complete the vault locking process.

Trait Implementations

impl Default for InitiateVaultLockOutput
[src]

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

impl Debug for InitiateVaultLockOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for InitiateVaultLockOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InitiateVaultLockOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations