Delete Topic Request. More...
#import <SNSDeleteTopicRequest.h>
Public Member Functions | |
(id) | - init |
Default constructor for a new DeleteTopicRequest object. | |
(id) | - initWithTopicArn: |
Constructs a new DeleteTopicRequest object. | |
(NSString *) | - description |
Returns a string representation of this object; useful for testing and debugging. | |
Properties | |
NSString * | topicArn |
The ARN of the topic you want to delete. |
Delete Topic Request.
- (NSString* SNSDeleteTopicRequest.)description |
Returns a string representation of this object; useful for testing and debugging.
- (id SNSDeleteTopicRequest.)init |
Default constructor for a new DeleteTopicRequest object.
Callers should use the property methods to initialize this object after creating it.
- (id SNSDeleteTopicRequest.)initWithTopicArn: | (NSString *) | theTopicArn |
Constructs a new DeleteTopicRequest object.
Callers should use properties to initialize any additional object members.
theTopicArn | The ARN of the topic you want to delete. <examples> <queryrequest> http://sns.us-east-1.amazonaws.com/ ?TopicArn=arn3Aaws3Asns3Aus-east-13A1234567890123AMy-Topic &Action=DeleteTopic &SignatureVersion=2 &SignatureMethod=HmacSHA256 &Timestamp=2010-03-31T123A003A00.000Z &AWSAccessKeyId=(AWS Access Key ID) &Signature=DjHBa2BbYCKQAzctOPnLP7MbHnrHT32FK3kFEZjwcf92FU3D </queryrequest> <queryresponse> <DeleteTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <ResponseMetadata> <RequestId>fba800b9-3765-11df-8cf3-c58c53254dfb</RequestId> </ResponseMetadata> </DeleteTopicResponse> </queryresponse> </examples> |
- (NSString *) topicArn [read, write, retain] |
The ARN of the topic you want to delete.
<examples> <queryrequest> http://sns.us-east-1.amazonaws.com/ ?TopicArn=arn3Aaws3Asns3Aus-east-13A1234567890123AMy-Topic &Action=DeleteTopic &SignatureVersion=2 &SignatureMethod=HmacSHA256 &Timestamp=2010-03-31T123A003A00.000Z &AWSAccessKeyId=(AWS Access Key ID) &Signature=DjHBa2BbYCKQAzctOPnLP7MbHnrHT32FK3kFEZjwcf92FU3D </queryrequest> <queryresponse> <DeleteTopicResponse xmlns="http://sns.amazonaws.com/doc/2010-03-31/"> <ResponseMetadata> <RequestId>fba800b9-3765-11df-8cf3-c58c53254dfb</RequestId> </ResponseMetadata> </DeleteTopicResponse> </queryresponse> </examples>