Skip to main content

TSQSCreateQueueRequest

Class in AWS.SQS

Implementation for CreateQueue requests.

Ancestors

Properties

Attributes

property Attributes: TDictionary<string, string>

QueueName

property QueueName: string

tags

property tags: TDictionary<string, string>

Constructors

Create

constructor Create(const AQueueName: string);

Constructor for TSQSCreateQueueRequest.

Parameters

NameDescription
AQueueNameA name for the new queue.