class AmazonS3::ListObjectsV2Request

Included Modules

Defined in:

clients/s3.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module AWSSdk::RestXML::Structure

process(request : HTTP::Request) process, serialize(xml : XML::Builder) serialize

Constructor Detail

def self.new(bucket : String, delimiter : String = nil, encoding_type : String = nil, max_keys : Int32 = nil, prefix : String = nil, continuation_token : String = nil, fetch_owner : Bool = nil, start_after : String = nil, request_payer : String = nil, expected_bucket_owner : String = nil) #

[View source]

Class Method Detail

def self.deserialize(xml : XML::Node) #

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def bucket : String #

[View source]
def bucket=(bucket : String) #

[View source]
def continuation_token : String | Nil #

[View source]
def continuation_token=(continuation_token : String | Nil) #

[View source]
def delimiter : String | Nil #

[View source]
def delimiter=(delimiter : String | Nil) #

[View source]
def encoding_type : String | Nil #

[View source]
def encoding_type=(encoding_type : String | Nil) #

[View source]
def expected_bucket_owner : String | Nil #

[View source]
def expected_bucket_owner=(expected_bucket_owner : String | Nil) #

[View source]
def fetch_owner : Bool | Nil #

[View source]
def fetch_owner=(fetch_owner : Bool | Nil) #

[View source]
def max_keys : Int32 | Nil #

[View source]
def max_keys=(max_keys : Int32 | Nil) #

[View source]
def prefix : String | Nil #

[View source]
def prefix=(prefix : String | Nil) #

[View source]
def request_payer : String | Nil #

[View source]
def request_payer=(request_payer : String | Nil) #

[View source]
def start_after : String | Nil #

[View source]
def start_after=(start_after : String | Nil) #

[View source]