class AWS::SNS::Topic

def owner

Returns:
  • (String) - The topic owner's ID.
def owner
  to_h[:owner]
end