AWS SDK for .NET Documentation
GetTopicAttributesResult Class
AmazonAmazon.SimpleNotificationService.ModelGetTopicAttributesResult Did this page help you?   Yes   No    Tell us about it...
Encapsulates the result of the GetTopicAttributes action.
Declaration Syntax
C#
public class GetTopicAttributesResult
Members
All MembersConstructorsMethodsProperties



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

Attributes
Gets and sets the Attributes property. A map of the topic's attributes. Attributes in this map include the following:
  • TopicArn -- the topic's ARN
  • Owner -- the AWS account ID of the topic's owner
  • Policy -- the JSON serialization of the topic's access control policy
  • DisplayName -- the human-readable name used in the "From" field for notifications to email and email-json endpoints

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.)
IsSetAttributes()()()()
Checks if Attributes property is set

ToString()()()()
String Representation of this object. Overrides Object.ToString()
(Overrides Object.ToString()()()().)
ToXML()()()()
XML Representation of this object

Inheritance Hierarchy
Object
GetTopicAttributesResult

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