Class: Aws::SNS::Types::CreateTopicResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Response from CreateTopic action.

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

The Amazon Resource Name (ARN) assigned to the created topic.

Returns:

  • (String)


312
313
314
315
# File 'lib/aws-sdk-sns/types.rb', line 312

class CreateTopicResponse < Struct.new(
  :topic_arn)
  include Aws::Structure
end