AWSSQSChangeMessageVisibilityBatchRequestEntry
Objective-C
@interface AWSSQSChangeMessageVisibilityBatchRequestEntrySwift
class AWSSQSChangeMessageVisibilityBatchRequestEntryEncloses a receipt handle and an entry ID for each message in ChangeMessageVisibilityBatch.
Required parameters: [Id, ReceiptHandle]
- 
                  
                  An identifier for this particular receipt handle used to communicate the result. The Ids of a batch request need to be unique within a request.This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_). DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable identifier;Swift var identifier: String? { get set }
- 
                  
                  A receipt handle. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable receiptHandle;Swift var receiptHandle: String? { get set }
- 
                  
                  The new value (in seconds) for the message’s visibility timeout. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable visibilityTimeout;Swift var visibilityTimeout: NSNumber? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSSQSChangeMessageVisibilityBatchRequestEntry Class Reference
        AWSSQSChangeMessageVisibilityBatchRequestEntry Class Reference