class AmazonS3::ListMultipartUploadsOutput
- AmazonS3::ListMultipartUploadsOutput
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String | Nil
- #bucket=(bucket : String | Nil)
- #common_prefixes : Array(CommonPrefixStruct) | Nil
- #common_prefixes=(common_prefixes : Array(CommonPrefixStruct) | Nil)
- #delimiter : String | Nil
- #delimiter=(delimiter : String | Nil)
- #encoding_type : String | Nil
- #encoding_type=(encoding_type : String | Nil)
- #is_truncated : Bool | Nil
- #is_truncated=(is_truncated : Bool | Nil)
- #key_marker : String | Nil
- #key_marker=(key_marker : String | Nil)
- #max_uploads : Int32 | Nil
- #max_uploads=(max_uploads : Int32 | Nil)
- #next_key_marker : String | Nil
- #next_key_marker=(next_key_marker : String | Nil)
- #next_upload_id_marker : String | Nil
- #next_upload_id_marker=(next_upload_id_marker : String | Nil)
- #prefix : String | Nil
- #prefix=(prefix : String | Nil)
- #upload_id_marker : String | Nil
- #upload_id_marker=(upload_id_marker : String | Nil)
- #uploads : Array(MultipartUploadStruct) | Nil
- #uploads=(uploads : Array(MultipartUploadStruct) | 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 = 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)
#