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
Attributes included from Core::Model
Instance Method Summary collapse
Methods included from PrefixedCollection
Methods included from Core::Collection::Limitable
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
23 24 25 |
# File 'lib/aws/s3/prefix_and_delimiter_collection.rb', line 23 def as_tree = {} Tree.new(self, { :prefix => prefix }.merge()) end |