class Aws::Glacier::Types::GetVaultLockOutput

Contains the Amazon S3 Glacier response to your request.

@!attribute [rw] policy

The vault lock policy as a JSON string, which uses "\\" as an
escape character.
@return [String]

@!attribute [rw] state

The state of the vault lock. `InProgress` or `Locked`.
@return [String]

@!attribute [rw] expiration_date

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.
@return [Time]

@!attribute [rw] creation_date

The UTC date and time at which the vault lock was put into the
`InProgress` state.
@return [Time]

Constants

SENSITIVE