GetQueueUrlRequest

public struct GetQueueUrlRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters, hyphens (-), and underscores (_). Queue URLs and names are case-sensitive.

    Declaration

    Swift

    public let queueName: String
  • The AWS account ID of the account that created the queue.

    Declaration

    Swift

    public let queueOwnerAWSAccountId: String?
  • Undocumented

    Declaration

    Swift

    public init(queueName: String, queueOwnerAWSAccountId: String? = nil)