class Awscr::S3::Response::ListObjectsV2
- Awscr::S3::Response::ListObjectsV2
- Reference
- Object
Defined in:
awscr-s3/responses/list_objects_v2.crConstructors
Class Method Summary
-
.from_response(response)
Create a
ListObjectsV2
response from anHTTP::Client::Response
object
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#contents : Array(Awscr::S3::Object)
The list of obects
-
#next_token : String
The continuation token for the subsequent response, if any
-
#truncated? : Bool
Returns true if the response is truncated, false otherwise
Constructor Detail
def self.new(name : String, prefix : String, key_count : Int32, max_keys : Int32, truncated : Bool, continuation_token : String, contents : Array(Object))
#
Class Method Detail
def self.from_response(response)
#
Create a ListObjectsV2
response from an
HTTP::Client::Response
object
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.