Class: Aws::SNS::Types::CreateTopicResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::CreateTopicResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Response from CreateTopic action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the created topic.
Instance Attribute Details
#topic_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the created topic.
460 461 462 463 464 |
# File 'lib/aws-sdk-sns/types.rb', line 460 class CreateTopicResponse < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end |