class Aws::SQS::Types::DeleteMessageBatchRequestEntry
Encloses a receipt handle and an identifier for it.
@note When making an API call, you may pass DeleteMessageBatchRequestEntry
data as a hash: { id: "String", # required receipt_handle: "String", # required }
@!attribute [rw] id
An identifier for this particular receipt handle. This is used to communicate the result. <note markdown="1"> The `Id`s 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 (\_). </note> @return [String]
@!attribute [rw] receipt_handle
A receipt handle. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/DeleteMessageBatchRequestEntry AWS API Documentation
Constants
- SENSITIVE