DeleteMessageBatchRequestEntry
public struct DeleteMessageBatchRequestEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An identifier for this particular receipt handle. This is 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 -
Undocumented
Declaration
Swift
public init(id: String, receiptHandle: String)
View on GitHub
DeleteMessageBatchRequestEntry Structure Reference