DeleteQueueRequest
public struct DeleteQueueRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The URL of the Amazon SQS queue to delete. Queue URLs and names are case-sensitive.
Declaration
Swift
public let queueUrl: String -
Undocumented
Declaration
Swift
public init(queueUrl: String)
View on GitHub
DeleteQueueRequest Structure Reference