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::ListObjectsV2Output; use Moose; has CommonPrefixes => (is => 'ro', isa => 'ArrayRef[Paws::S3::CommonPrefix]'); has Contents => (is => 'ro', isa => 'ArrayRef[Paws::S3::Object]'); has ContinuationToken => (is => 'ro', isa => 'Str'); has Delimiter => (is => 'ro', isa => 'Str'); has EncodingType => (is => 'ro', isa => 'Str'); has IsTruncated => (is => 'ro', isa => 'Bool'); has KeyCount => (is => 'ro', isa => 'Int'); has MaxKeys => (is => 'ro', isa => 'Int'); has Name => (is => 'ro', isa => 'Str'); has NextContinuationToken => (is => 'ro', isa => 'Str'); has Prefix => (is => 'ro', isa => 'Str'); has StartAfter => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::S3::ListObjectsV2Output =head1 ATTRIBUTES =head2 CommonPrefixes => ArrayRef[L] All of the keys (up to 1,000) rolled up into a common prefix count as a single return when calculating the number of returns. A response can contain C only if you specify a delimiter. C contains all (if there are any) keys between C and the next occurrence of the string specified by a delimiter. C lists keys that act like subdirectories in the directory specified by C. For example, if the prefix is C and the delimiter is a slash (C) as in C, the common prefix is C. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns. =head2 Contents => ArrayRef[L] Metadata about each object returned. =head2 ContinuationToken => Str If ContinuationToken was sent with the request, it is included in the response. =head2 Delimiter => Str Causes keys that contain the same string between the prefix and the first occurrence of the delimiter to be rolled up into a single result element in the CommonPrefixes collection. These rolled-up keys are not returned elsewhere in the response. Each rolled-up result counts as only one return against the C value. =head2 EncodingType => Str Encoding type used by Amazon S3 to encode object key names in the XML response. If you specify the encoding-type request parameter, Amazon S3 includes this element in the response, and returns encoded key name values in the following response elements: C and C. Valid values are: C<"url"> =head2 IsTruncated => Bool Set to false if all of the results were returned. Set to true if more keys are available to return. If the number of results exceeds that specified by MaxKeys, all of the results might not be returned. =head2 KeyCount => Int KeyCount is the number of keys returned with this request. KeyCount will always be less than or equals to MaxKeys field. Say you ask for 50 keys, your result will include less than equals 50 keys =head2 MaxKeys => Int Sets the maximum number of keys returned in the response. By default the action returns up to 1,000 key names. The response might contain fewer keys but will never contain more. =head2 Name => Str The bucket name. When using this action with an access point, you must direct requests to the access point hostname. The access point hostname takes the form I-I.s3-accesspoint.I.amazonaws.com. When using this action with an access point through the AWS SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see Using access points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html) in the I. When using this action with Amazon S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form I-I.I.s3-outposts.I.amazonaws.com. When using this action using S3 on Outposts through the AWS SDKs, you provide the Outposts bucket ARN in place of the bucket name. For more information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) in the I. =head2 NextContinuationToken => Str C is sent when C is true, which means there are more keys in the bucket that can be listed. The next list requests to Amazon S3 can be continued with this C. C is obfuscated and is not a real key =head2 Prefix => Str Keys that begin with the indicated prefix. =head2 StartAfter => Str If StartAfter was sent with the request, it is included in the response. =cut