Method: Aws::SNS::Types::Topic#topic_arn

Defined in:
lib/aws-sdk-sns/types.rb

#topic_arnString

The topic’s ARN.

Returns:

  • (String)


3005
3006
3007
3008
3009
# File 'lib/aws-sdk-sns/types.rb', line 3005

class Topic < Struct.new(
  :topic_arn)
  SENSITIVE = []
  include Aws::Structure
end