class AmazonS3::ListObjectsOutput
- AmazonS3::ListObjectsOutput
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #common_prefixes : Array(CommonPrefixStruct) | Nil
- #common_prefixes=(common_prefixes : Array(CommonPrefixStruct) | Nil)
- #contents : Array(ObjectStruct) | Nil
- #contents=(contents : Array(ObjectStruct) | 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)
- #marker : String | Nil
- #marker=(marker : String | Nil)
- #max_keys : Int32 | Nil
- #max_keys=(max_keys : Int32 | Nil)
- #name : String | Nil
- #name=(name : String | Nil)
- #next_marker : String | Nil
- #next_marker=(next_marker : String | Nil)
- #prefix : String | Nil
- #prefix=(prefix : 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(is_truncated : Bool = nil, marker : String = nil, next_marker : String = nil, contents : Array(ObjectStruct) = nil, name : String = nil, prefix : String = nil, delimiter : String = nil, max_keys : Int32 = nil, common_prefixes : Array(CommonPrefixStruct) = nil, encoding_type : String = nil)
#