QueueReference
public struct QueueReference : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the queue.
Declaration
Swift
public let arn: String? -
The identifier of the queue.
Declaration
Swift
public let id: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, id: String? = nil)
View on GitHub
QueueReference Structure Reference