class Aws::SQS::Types::DeleteMessageRequest

@note When making an API call, you may pass DeleteMessageRequest

data as a hash:

    {
      queue_url: "String", # required
      receipt_handle: "String", # required
    }

@!attribute [rw] queue_url

The URL of the Amazon SQS queue from which messages are deleted.

Queue URLs and names are case-sensitive.
@return [String]

@!attribute [rw] receipt_handle

The receipt handle associated with the message to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/DeleteMessageRequest AWS API Documentation

Constants

SENSITIVE