class AmazonS3::ListObjectsV2Request
- AmazonS3::ListObjectsV2Request
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #continuation_token : String | Nil
- #continuation_token=(continuation_token : String | Nil)
- #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)
- #fetch_owner : Bool | Nil
- #fetch_owner=(fetch_owner : Bool | Nil)
- #max_keys : Int32 | Nil
- #max_keys=(max_keys : Int32 | Nil)
- #prefix : String | Nil
- #prefix=(prefix : String | Nil)
- #request_payer : String | Nil
- #request_payer=(request_payer : String | Nil)
- #start_after : String | Nil
- #start_after=(start_after : 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, 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)
#