Get Topic Attributes Request. More...
#import <SNSGetTopicAttributesRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new GetTopicAttributesRequest object. | |
(id) | - initWithTopicArn: |
Constructs a new GetTopicAttributesRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | topicArn |
The ARN of the topic whose properties you want to get. |
Get Topic Attributes Request.
- (NSString* SNSGetTopicAttributesRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SNSGetTopicAttributesRequest.)init |
Default constructor for a new GetTopicAttributesRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SNSGetTopicAttributesRequest.)initWithTopicArn: | (NSString *) | theTopicArn |
Constructs a new GetTopicAttributesRequest object.
Callers should use properties to initialize any additional object members.
theTopicArn | The ARN of the topic whose properties you want to get. |