module AWS::Record::Conversion

def to_key

Other tags:
    Api: - private
def to_key
  persisted? ? [id] : nil
end