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

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

Overview

Encloses the Id of an entry in ChangeMessageVisibilityBatch.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Represents a message whose visibility timeout has been changed successfully.

Returns:

  • (String)


235
236
237
238
239
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 235

class ChangeMessageVisibilityBatchResultEntry < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end