Queue

public struct Queue : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the queue.

    Declaration

    Swift

    public let name: String?
  • url

    The URL of the queue.

    Declaration

    Swift

    public let url: String?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, url: String? = nil)