Go to the source code of this file.
|
enum | Aws::SQS::Model::QueueAttributeName {
Aws::SQS::Model::QueueAttributeName::NOT_SET,
Aws::SQS::Model::QueueAttributeName::All,
Aws::SQS::Model::QueueAttributeName::Policy,
Aws::SQS::Model::QueueAttributeName::VisibilityTimeout,
Aws::SQS::Model::QueueAttributeName::MaximumMessageSize,
Aws::SQS::Model::QueueAttributeName::MessageRetentionPeriod,
Aws::SQS::Model::QueueAttributeName::ApproximateNumberOfMessages,
Aws::SQS::Model::QueueAttributeName::ApproximateNumberOfMessagesNotVisible,
Aws::SQS::Model::QueueAttributeName::CreatedTimestamp,
Aws::SQS::Model::QueueAttributeName::LastModifiedTimestamp,
Aws::SQS::Model::QueueAttributeName::QueueArn,
Aws::SQS::Model::QueueAttributeName::ApproximateNumberOfMessagesDelayed,
Aws::SQS::Model::QueueAttributeName::DelaySeconds,
Aws::SQS::Model::QueueAttributeName::ReceiveMessageWaitTimeSeconds,
Aws::SQS::Model::QueueAttributeName::RedrivePolicy,
Aws::SQS::Model::QueueAttributeName::SentTimestamp,
Aws::SQS::Model::QueueAttributeName::ApproximateFirstReceiveTimestamp,
Aws::SQS::Model::QueueAttributeName::ApproximateReceiveCount,
Aws::SQS::Model::QueueAttributeName::SenderId
} |
|