Method: AWS::SNS::Topic#arn

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

#arnString (readonly)

Returns The topic ARN.

Returns:

  • (String)

    The topic ARN.



30
31
32
# File 'lib/aws/sns/topic.rb', line 30

def arn
  @arn
end