class AmazonS3::ListObjectVersionsOutput

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, key_marker : String = nil, version_id_marker : String = nil, next_key_marker : String = nil, next_version_id_marker : String = nil, versions : Array(ObjectVersionStruct) = nil, delete_markers : Array(DeleteMarkerEntryStruct) = nil, name : String = nil, prefix : String = nil, delimiter : String = nil, max_keys : Int32 = nil, common_prefixes : Array(CommonPrefixStruct) = nil, encoding_type : 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 delete_markers : Array(DeleteMarkerEntryStruct) | Nil #

[View source]
def delete_markers=(delete_markers : Array(DeleteMarkerEntryStruct) | 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_marker : String | Nil #

[View source]
def key_marker=(key_marker : String | 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_key_marker : String | Nil #

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

[View source]
def next_version_id_marker : String | Nil #

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

[View source]
def prefix : String | Nil #

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

[View source]
def version_id_marker : String | Nil #

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

[View source]
def versions : Array(ObjectVersionStruct) | Nil #

[View source]
def versions=(versions : Array(ObjectVersionStruct) | Nil) #

[View source]