Class: Aws::SQS::Types::ChangeMessageVisibilityBatchResultEntry

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sqs/types.rb

Overview

Encloses the ‘Id` of an entry in ` ChangeMessageVisibilityBatch.`

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Represents a message whose visibility timeout has been changed successfully.

Returns:

  • (String)


217
218
219
220
# File 'lib/aws-sdk-sqs/types.rb', line 217

class ChangeMessageVisibilityBatchResultEntry < Struct.new(
  :id)
  include Aws::Structure
end