AWSSQSChangeMessageVisibilityBatchRequestEntry

Objective-C

@interface AWSSQSChangeMessageVisibilityBatchRequestEntry

Swift

class AWSSQSChangeMessageVisibilityBatchRequestEntry

Encloses 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 (_).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable identifier;

    Swift

    var identifier: String? { get set }
  • A receipt handle.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable receiptHandle;

    Swift

    var receiptHandle: String? { get set }
  • The new value (in seconds) for the message’s visibility timeout.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable visibilityTimeout;

    Swift

    var visibilityTimeout: NSNumber? { get set }