TagQueueRequest
public struct TagQueueRequest : 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 added to the specified queue.
Declaration
Swift
public let tags: [String : String]
-
Undocumented
Declaration
Swift
public init(queueUrl: String, tags: [String : String])