struct AWS::S3::ListBucketResult

Defined in:

s3.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(name : String, prefix : String, key_count : Int32 | Nil, max_keys : Int32, truncated : Bool, contents : Array(Contents)) #

[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 contents : Array(AWS::S3::ListBucketResult::Contents) #

[View source]
def key_count : Int32? #

[View source]
def max_keys : Int32 #

[View source]
def name : String #

[View source]
def prefix : String #

[View source]
def truncated? : Bool #

[View source]