class Aws::SQS::Types::ChangeMessageVisibilityRequest
@note When making an API call, you may pass ChangeMessageVisibilityRequest
data as a hash: { queue_url: "String", # required receipt_handle: "String", # required visibility_timeout: 1, # required }
@!attribute [rw] queue_url
The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs and names are case-sensitive. @return [String]
@!attribute [rw] receipt_handle
The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ` ReceiveMessage ` action. @return [String]
@!attribute [rw] visibility_timeout
The new value for the message's visibility timeout (in seconds). Values range: `0` to `43200`. Maximum: 12 hours. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/ChangeMessageVisibilityRequest AWS API Documentation
Constants
- SENSITIVE