struct AWS::S3::ListBucketResult::Contents

Defined in:

s3.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(key : String, last_modified : Time, etag : String, size : Int64, storage_class : String) #

[View source]

Class Method Detail

def self.from_xml(xml : String) #

[View source]
def self.from_xml(xml : XML::Node) #

[View source]

Instance Method Detail

def etag : String #

[View source]
def key : String #

[View source]
def last_modified : Time #

[View source]
def size : Int64 #

[View source]
def storage_class : String #

[View source]