QueueSummary
public struct QueueSummary : 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? -
The name of the queue.
Declaration
Swift
public let name: String? -
The type of queue.
Declaration
Swift
public let queueType: QueueType? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, id: String? = nil, name: String? = nil, queueType: QueueType? = nil)
View on GitHub
QueueSummary Structure Reference