module AWS::S3::Tree::Parent

def children

Returns:
  • (Tree::ChildCollection) - A collection representing all
def children
  Tree::ChildCollection.new(self, collection,
                            :delimiter => delimiter,
                            :prefix => prefix,
                            :append => append?)
end