Class Topic
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's attributes, use
GetTopicAttributes
.
public class Topic
- Inheritance
-
Topic
- Inherited Members
Constructors
Topic()
Empty constructor used to set properties independently even when a simple constructor is available
public Topic()
Properties
TopicArn
Gets and sets the property TopicArn.
The topic's ARN.
public string TopicArn { get; set; }