class

Awscr::S3::Response::ListObjectsV2

Inherits Awscr::S3::Response::Base < Reference < Object

Constructors

new(name : String, prefix : String, key_count : Int32, max_keys : Int32, truncated : Bool, continuation_token : String, contents : Array(Object), status : HTTP::Status, status_message : String | Nil = nil, headers : HTTP::Headers = HTTP::Headers.new)
Source

Class methods

from_response(response)

Create a ListObjectsV2 response from an HTTP::Client::Response object

Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
contents

The list of obects

Source
next_token

The continuation token for the subsequent response, if any

Source
truncated?

Returns true if the response is truncated, false otherwise

Source