AWS SDK for .NET Documentation
GetTopicAttributesRequest Class
AmazonAmazon.SimpleNotificationService.ModelGetTopicAttributesRequest Did this page help you?   Yes   No    Tell us about it...
Returns all of the properties of a topic customers have created. Topic properties returned might differ based on the authorization of the user.
Declaration Syntax
C#
public class GetTopicAttributesRequest : SNSRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetTopicAttributesRequest()()()()
Initializes a new instance of the GetTopicAttributesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetTopicArn()()()()
Checks if TopicArn property is set

TopicArn
The ARN of the topic whose properties you want to get.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithTopicArn(String) Obsolete.
Sets the ARN of the topic whose properties you want to get.

Inheritance Hierarchy
Object
SNSRequest
 GetTopicAttributesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)