Struct rusoto_glacier::GetVaultLockOutput [] [src]

pub struct GetVaultLockOutput {
    pub creation_date: Option<String>,
    pub expiration_date: Option<String>,
    pub policy: Option<String>,
    pub state: Option<String>,
}

Contains the Amazon Glacier response to your request.

Fields

The UTC date and time at which the vault lock was put into the InProgress state.

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

The vault lock policy as a JSON string, which uses "\" as an escape character.

The state of the vault lock. InProgress or Locked.

Trait Implementations

impl Default for GetVaultLockOutput
[src]

[src]

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

impl Debug for GetVaultLockOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetVaultLockOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more