Skip to content

Get queue url

async_boto.validation.sqs.get_queue_url

GetQueueUrlRequest

Bases: BaseModel

The request accepts the following data in JSON format.

ATTRIBUTE DESCRIPTION
QueueName

The name of the queue for which you want to fetch the URL.

TYPE: str

QueueOwnerAWSAccountId

The AWS account ID of the account that created the queue.

TYPE: Optional[str]

QueueName instance-attribute

QueueName

QueueOwnerAWSAccountId class-attribute instance-attribute

QueueOwnerAWSAccountId = None

GetQueueUrlResponse

Bases: BaseModel

The response returned in JSON format by the service.

ATTRIBUTE DESCRIPTION
QueueUrl

The URL of the queue.

TYPE: str

QueueUrl instance-attribute

QueueUrl