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::ListPartsOutput; use Moose; has ArchiveDescription => (is => 'ro', isa => 'Str'); has CreationDate => (is => 'ro', isa => 'Str'); has Marker => (is => 'ro', isa => 'Str'); has MultipartUploadId => (is => 'ro', isa => 'Str'); has Parts => (is => 'ro', isa => 'ArrayRef[Paws::Glacier::PartListElement]'); has PartSizeInBytes => (is => 'ro', isa => 'Int'); has VaultARN => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Glacier::ListPartsOutput =head1 ATTRIBUTES =head2 ArchiveDescription => Str The description of the archive that was specified in the Initiate Multipart Upload request. =head2 CreationDate => Str The UTC time at which the multipart upload was initiated. =head2 Marker => Str An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is C. =head2 MultipartUploadId => Str The ID of the upload to which the parts are associated. =head2 Parts => ArrayRef[L] A list of the part sizes of the multipart upload. Each object in the array contains a C and C name/value pair. =head2 PartSizeInBytes => Int The part size in bytes. This is the same value that you specified in the Initiate Multipart Upload request. =head2 VaultARN => Str The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated. =head2 _request_id => Str =cut