ChangeMessageVisibilityBatchRequestEntry
public struct ChangeMessageVisibilityBatchRequestEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An identifier for this particular receipt handle used to communicate the result. The Ids of a batch request need to be unique within a request. This identifier can have up to 80 characters. The following characters are accepted: alphanumeric characters, hyphens(-), and underscores (_).
Declaration
Swift
public let id: String -
A receipt handle.
Declaration
Swift
public let receiptHandle: String -
The new value (in seconds) for the message’s visibility timeout.
Declaration
Swift
public let visibilityTimeout: Int? -
Undocumented
Declaration
Swift
public init(id: String, receiptHandle: String, visibilityTimeout: Int? = nil)
View on GitHub
ChangeMessageVisibilityBatchRequestEntry Structure Reference