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.
      456 457 458 459 460  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 456 class CreateTopicResponse < Struct.new( :topic_arn) SENSITIVE = [] include Aws::Structure end  |