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::S3::ListMultipartUploadsOutput; use Moose; has Bucket => (is => 'ro', isa => 'Str'); has CommonPrefixes => (is => 'ro', isa => 'ArrayRef[Paws::S3::CommonPrefix]'); has Delimiter => (is => 'ro', isa => 'Str'); has EncodingType => (is => 'ro', isa => 'Str'); has IsTruncated => (is => 'ro', isa => 'Bool'); has KeyMarker => (is => 'ro', isa => 'Str'); has MaxUploads => (is => 'ro', isa => 'Int'); has NextKeyMarker => (is => 'ro', isa => 'Str'); has NextUploadIdMarker => (is => 'ro', isa => 'Str'); has Prefix => (is => 'ro', isa => 'Str'); has UploadIdMarker => (is => 'ro', isa => 'Str'); has Uploads => (is => 'ro', isa => 'ArrayRef[Paws::S3::MultipartUpload]', request_name => 'Upload', traits => ['NameInRequest']); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::S3::ListMultipartUploadsOutput =head1 ATTRIBUTES =head2 Bucket => Str The name of the bucket to which the multipart upload was initiated. =head2 CommonPrefixes => ArrayRef[L] If you specify a delimiter in the request, then the result returns each distinct key prefix containing the delimiter in a C element. The distinct key prefixes are returned in the C child element. =head2 Delimiter => Str Contains the delimiter you specified in the request. If you don't specify a delimiter in your request, this element is absent from the response. =head2 EncodingType => Str Encoding type used by Amazon S3 to encode object keys in the response. If you specify C request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements: C, C, C, C, C. Valid values are: C<"url"> =head2 IsTruncated => Bool Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit allowed or specified by max uploads. =head2 KeyMarker => Str The key at or after which the listing began. =head2 MaxUploads => Int Maximum number of multipart uploads that could have been included in the response. =head2 NextKeyMarker => Str When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request. =head2 NextUploadIdMarker => Str When a list is truncated, this element specifies the value that should be used for the C request parameter in a subsequent request. =head2 Prefix => Str When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix. =head2 UploadIdMarker => Str Upload ID after which listing began. =head2 Uploads => ArrayRef[L] Container for elements related to a particular multipart upload. A response can contain zero or more C elements. =cut