Method: AWS::SNS::Topic#owner

Defined in:
lib/aws/sns/topic.rb

#ownerString

Returns The topic owner’s ID.

Returns:

  • (String)

    The topic owner’s ID.



168
169
170
# File 'lib/aws/sns/topic.rb', line 168

def owner
  to_h[:owner]
end