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

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

Overview

Response from CreateTopic action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_arnString

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

Returns:

  • (String)


460
461
462
463
464
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 460

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