CreateQueueResult
public struct CreateQueueResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The URL of the created Amazon SQS queue.
Declaration
Swift
public let queueUrl: String? -
Undocumented
Declaration
Swift
public init(queueUrl: String? = nil)
View on GitHub
CreateQueueResult Structure Reference