Class CreateTopicResponse
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Response from CreateTopic action.
public class CreateTopicResponse : AmazonWebServiceResponse
- Inheritance
-
CreateTopicResponse
Constructors
CreateTopicResponse()
public CreateTopicResponse()
Properties
TopicArn
Gets and sets the property TopicArn.
The Amazon Resource Name (ARN) assigned to the created topic.
public string TopicArn { get; set; }