Class: Aws::SQS::Types::ChangeMessageVisibilityBatchRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SQS::Types::ChangeMessageVisibilityBatchRequest
 
- Defined in:
- gems/aws-sdk-sqs/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 'gems/aws-sdk-sqs/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 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 164 class ChangeMessageVisibilityBatchRequest < Struct.new( :queue_url, :entries) SENSITIVE = [] include Aws::Structure end |