PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Glacier::DescribeVaultOutput; use Moose; has CreationDate => (is => 'ro', isa => 'Str'); has LastInventoryDate => (is => 'ro', isa => 'Str'); has NumberOfArchives => (is => 'ro', isa => 'Int'); has SizeInBytes => (is => 'ro', isa => 'Int'); has VaultARN => (is => 'ro', isa => 'Str'); has VaultName => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Glacier::DescribeVaultOutput =head1 ATTRIBUTES =head2 CreationDate => Str 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 C<2012-03-20T17:03:43.221Z>. =head2 LastInventoryDate => Str 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 C<2012-03-20T17:03:43.221Z>. =head2 NumberOfArchives => Int The number of archives in the vault as of the last inventory date. This field will return C if an inventory has not yet run on the vault, for example if you just created the vault. =head2 SizeInBytes => Int 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. =head2 VaultARN => Str The Amazon Resource Name (ARN) of the vault. =head2 VaultName => Str The name of the vault. =head2 _request_id => Str =cut