TSQSGetQueueUrlRequest
Class in AWS.SQS
Implementation for GetQueueUrl requests.
Ancestors
Properties
QueueName
property QueueName: string
QueueOwnerAWSAccountId
property QueueOwnerAWSAccountId: string
Constructors
Create
constructor Create(const AQueueName: string; AQueueOwnerAWSAccountId: string = '');
Constructor for TSQSGetQueueUrlRequest.
Parameters
| Name | Description |
|---|---|
AQueueName | Specify the name of an Amazon SQS queue to get the URL for. |
AQueueOwnerAWSAccountId | Optionally, specify the AWS account ID of the account that created the queue. |