You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glacier::Types::DescribeVaultOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the Amazon S3 Glacier response to your request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

Returns:

  • (Time)

#last_inventory_dateTime

Returns:

  • (Time)

#number_of_archivesInteger

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.

Returns:

  • (Integer)

    The number of archives in the vault as of the last inventory date.

#size_in_bytesInteger

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.

Returns:

  • (Integer)

    Total size, in bytes, of the archives in the vault as of the last inventory date.

#vault_arnString

The Amazon Resource Name (ARN) of the vault.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the vault.

#vault_nameString

The name of the vault.

Returns:

  • (String)

    The name of the vault.