class AmazonS3::ListMultipartUploadsRequest
- AmazonS3::ListMultipartUploadsRequest
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #delimiter : String | Nil
- #delimiter=(delimiter : String | Nil)
- #encoding_type : String | Nil
- #encoding_type=(encoding_type : String | Nil)
- #expected_bucket_owner : String | Nil
- #expected_bucket_owner=(expected_bucket_owner : String | Nil)
- #key_marker : String | Nil
- #key_marker=(key_marker : String | Nil)
- #max_uploads : Int32 | Nil
- #max_uploads=(max_uploads : Int32 | Nil)
- #prefix : String | Nil
- #prefix=(prefix : String | Nil)
- #upload_id_marker : String | Nil
- #upload_id_marker=(upload_id_marker : String | Nil)
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, key_marker : String = nil, max_uploads : Int32 = nil, prefix : String = nil, upload_id_marker : String = nil, expected_bucket_owner : String = nil)
#