AWS SDK for C++  0.12.9
AWS SDK for C++
Namespaces | Enumerations | Functions
QueueAttributeName.h File Reference
#include <aws/sqs/SQS_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Go to the source code of this file.

Namespaces

 Aws
 JSON (JavaScript Object Notation).
 
 Aws::SQS
 
 Aws::SQS::Model
 
 Aws::SQS::Model::QueueAttributeNameMapper
 

Enumerations

enum  Aws::SQS::Model::QueueAttributeName {
  Aws::SQS::Model::QueueAttributeName::NOT_SET, 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
}
 

Functions

AWS_SQS_API QueueAttributeName Aws::SQS::Model::QueueAttributeNameMapper::GetQueueAttributeNameForName (const Aws::String &name)
 
AWS_SQS_API Aws::String Aws::SQS::Model::QueueAttributeNameMapper::GetNameForQueueAttributeName (QueueAttributeName value)