UntagQueueRequest

public struct UntagQueueRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The URL of the queue.

    Declaration

    Swift

    public let queueUrl: String
  • The list of tags to be removed from the specified queue.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

    public init(queueUrl: String, tagKeys: [String])