DeleteJobQueueRequest
public struct DeleteJobQueueRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The short name or full Amazon Resource Name (ARN) of the queue to delete.
Declaration
Swift
public let jobQueue: String
-
Undocumented
Declaration
Swift
public init(jobQueue: String)