AWSSQSDeleteMessageRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSSQSModel.h AWSSQSModel.m |
queueUrl
The URL of the Amazon SQS queue from which messages are deleted.
Queue URLs and names are case-sensitive.
@property (nonatomic, strong) NSString *queueUrl
Declared In
AWSSQSModel.h
receiptHandle
The receipt handle associated with the message to delete.
@property (nonatomic, strong) NSString *receiptHandle
Declared In
AWSSQSModel.h