class AmazonS3::ListObjectsV2Output

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(is_truncated : Bool = 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, key_count : Int32 = nil, continuation_token : String = nil, next_continuation_token : String = nil, start_after : 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 common_prefixes : Array(CommonPrefixStruct) | Nil #

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

[View source]
def contents : Array(ObjectStruct) | Nil #

[View source]
def contents=(contents : Array(ObjectStruct) | Nil) #

[View source]
def continuation_token : String | Nil #

[View source]
def continuation_token=(continuation_token : String | 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_count : Int32 | Nil #

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

[View source]
def max_keys : Int32 | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def next_continuation_token : String | Nil #

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

[View source]
def prefix : String | Nil #

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

[View source]
def start_after : String | Nil #

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

[View source]