Module: AWS::S3::PrefixAndDelimiterCollection

Includes:
PrefixedCollection
Included in:
BucketVersionCollection, MultipartUploadCollection, ObjectCollection
Defined in:
lib/aws/s3/prefix_and_delimiter_collection.rb

Instance Attribute Summary

Attributes included from PrefixedCollection

#prefix

Attributes included from Core::Model

#config

Instance Method Summary collapse

Methods included from PrefixedCollection

#initialize, #with_prefix

Methods included from Core::Collection::Limitable

#each_batch

Methods included from Core::Collection

#each, #each_batch, #enum, #first, #in_groups_of, #page

Methods included from Core::Model

#client, #config_prefix, #initialize, #inspect

Instance Method Details

#as_tree(options = {}) ⇒ Object

See Also:



23
24
25
# File 'lib/aws/s3/prefix_and_delimiter_collection.rb', line 23

def as_tree options = {}
  Tree.new(self, { :prefix => prefix }.merge(options))
end