class Aws::Glacier::Types::DescribeVaultOutput

Contains the Amazon S3 Glacier response to your request.

@!attribute [rw] vault_arn

The Amazon Resource Name (ARN) of the vault.
@return [String]

@!attribute [rw] vault_name

The name of the vault.
@return [String]

@!attribute [rw] creation_date

The Universal Coordinated Time (UTC) date when the vault was
created. This value should be a string in the ISO 8601 date format,
for example `2012-03-20T17:03:43.221Z`.
@return [Time]

@!attribute [rw] last_inventory_date

The Universal Coordinated Time (UTC) date when Amazon S3 Glacier
completed the last vault inventory. This value should be a string in
the ISO 8601 date format, for example `2012-03-20T17:03:43.221Z`.
@return [Time]

@!attribute [rw] number_of_archives

The number of archives in the vault as of the last inventory date.
This field will return `null` if an inventory has not yet run on the
vault, for example if you just created the vault.
@return [Integer]

@!attribute [rw] size_in_bytes

Total size, in bytes, of the archives in the vault as of the last
inventory date. This field will return null if an inventory has not
yet run on the vault, for example if you just created the vault.
@return [Integer]

Constants

SENSITIVE