Class: Aws::SQS::Types::ChangeMessageVisibilityBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::ChangeMessageVisibilityBatchRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::ChangeMessageVisibilityBatchRequestEntry>
Lists the receipt handles of the messages for which the visibility timeout must be changed.
-
#queue_url ⇒ String
The URL of the Amazon SQS queue whose messages’ visibility is changed.
Instance Attribute Details
#entries ⇒ Array<Types::ChangeMessageVisibilityBatchRequestEntry>
Lists the receipt handles of the messages for which the visibility timeout must be changed.
164 165 166 167 168 169 |
# File 'lib/aws-sdk-sqs/types.rb', line 164 class ChangeMessageVisibilityBatchRequest < Struct.new( :queue_url, :entries) SENSITIVE = [] include Aws::Structure end |
#queue_url ⇒ String
The URL of the Amazon SQS queue whose messages’ visibility is changed.
Queue URLs and names are case-sensitive.
164 165 166 167 168 169 |
# File 'lib/aws-sdk-sqs/types.rb', line 164 class ChangeMessageVisibilityBatchRequest < Struct.new( :queue_url, :entries) SENSITIVE = [] include Aws::Structure end |