Public Member Functions | Properties

SNSGetTopicAttributesResponse Class Reference

Get Topic Attributes Result. More...

#import <SNSGetTopicAttributesResponse.h>

List of all members.

Public Member Functions

(id) - init
 Default constructor for a new object.
(NSString *) - description
 Returns a string representation of this object; useful for testing and debugging.

Properties

NSMutableDictionary * attributes
 A map of the topic's attributes.

Detailed Description

Get Topic Attributes Result.


Member Function Documentation

- (NSString* SNSGetTopicAttributesResponse.)description  

Returns a string representation of this object; useful for testing and debugging.

Returns:
A string representation of this object.
- (id SNSGetTopicAttributesResponse.)init  

Default constructor for a new object.

Callers should use the property methods to initialize this object after creating it.


Property Documentation

- (NSMutableDictionary *) attributes [read, write, retain]

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

The documentation for this class was generated from the following file: