Class GetTopicAttributesRequest
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Container for the parameters to the GetTopicAttributes operation. Returns all of the properties of a topic. Topic properties returned might differ based on the authorization of the user.
public class GetTopicAttributesRequest : AmazonSimpleNotificationServiceRequest
- Inheritance
-
GetTopicAttributesRequest
Constructors
GetTopicAttributesRequest()
Empty constructor used to set properties independently even when a simple constructor is available
public GetTopicAttributesRequest()
GetTopicAttributesRequest(string)
Instantiates GetTopicAttributesRequest with the parameterized properties
public GetTopicAttributesRequest(string topicArn)
Parameters
topicArn
stringThe ARN of the topic whose properties you want to get.
Properties
TopicArn
Gets and sets the property TopicArn.
The ARN of the topic whose properties you want to get.
public string TopicArn { get; set; }