class AWS::S3::Tree::LeafNode

def key

Returns:
  • (String) - the key this leaf node represents.
def key
  @member.key
end