DeleteMessageRequest

public struct DeleteMessageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The URL of the Amazon SQS queue from which messages are deleted. Queue URLs and names are case-sensitive.

    Declaration

    Swift

    public let queueUrl: String
  • The receipt handle associated with the message to delete.

    Declaration

    Swift

    public let receiptHandle: String
  • Undocumented

    Declaration

    Swift

    public init(queueUrl: String, receiptHandle: String)