class

Aws::S3::Response::ListObjectsV2

Inherits Reference / Object

Constructors

new(name : String, prefix : String, key_count : Int32, max_keys : Int32, truncated : Bool, continuation_token : String, contents : Array(Object))
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