class AmazonS3::ListMultipartUploadsOutput

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 = nil, key_marker : String = nil, upload_id_marker : String = nil, next_key_marker : String = nil, prefix : String = nil, delimiter : String = nil, next_upload_id_marker : String = nil, max_uploads : Int32 = nil, is_truncated : Bool = nil, uploads : Array(MultipartUploadStruct) = nil, common_prefixes : Array(CommonPrefixStruct) = nil, encoding_type : 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 | Nil #

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

[View source]
def common_prefixes : Array(CommonPrefixStruct) | Nil #

[View source]
def common_prefixes=(common_prefixes : Array(CommonPrefixStruct) | 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 is_truncated : Bool | Nil #

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

[View source]
def key_marker : String | Nil #

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

[View source]
def max_uploads : Int32 | Nil #

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

[View source]
def next_key_marker : String | Nil #

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

[View source]
def next_upload_id_marker : String | Nil #

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

[View source]
def prefix : String | Nil #

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

[View source]
def upload_id_marker : String | Nil #

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

[View source]
def uploads : Array(MultipartUploadStruct) | Nil #

[View source]
def uploads=(uploads : Array(MultipartUploadStruct) | Nil) #

[View source]