AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-sqs
include
aws
sqs
model
QueueAttributeName.h
1
6
#pragma once
7
#include <aws/sqs/SQS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
SQS
13
{
14
namespace
Model
15
{
16
enum class
QueueAttributeName
17
{
18
NOT_SET
,
19
All
,
20
Policy
,
21
VisibilityTimeout
,
22
MaximumMessageSize
,
23
MessageRetentionPeriod
,
24
ApproximateNumberOfMessages
,
25
ApproximateNumberOfMessagesNotVisible
,
26
CreatedTimestamp
,
27
LastModifiedTimestamp
,
28
QueueArn
,
29
ApproximateNumberOfMessagesDelayed
,
30
DelaySeconds
,
31
ReceiveMessageWaitTimeSeconds
,
32
RedrivePolicy
,
33
FifoQueue
,
34
ContentBasedDeduplication
,
35
KmsMasterKeyId
,
36
KmsDataKeyReusePeriodSeconds
,
37
DeduplicationScope
,
38
FifoThroughputLimit
,
39
RedriveAllowPolicy
,
40
SqsManagedSseEnabled
,
41
SentTimestamp
,
42
ApproximateFirstReceiveTimestamp
,
43
ApproximateReceiveCount
,
44
SenderId
45
};
46
47
namespace
QueueAttributeNameMapper
48
{
49
AWS_SQS_API
QueueAttributeName
GetQueueAttributeNameForName
(
const
Aws::String
& name);
50
51
AWS_SQS_API
Aws::String
GetNameForQueueAttributeName
(
QueueAttributeName
value);
52
}
// namespace QueueAttributeNameMapper
53
}
// namespace Model
54
}
// namespace SQS
55
}
// namespace Aws
Aws::SQS::Model::QueueAttributeNameMapper::GetNameForQueueAttributeName
AWS_SQS_API Aws::String GetNameForQueueAttributeName(QueueAttributeName value)
Aws::SQS::Model::QueueAttributeNameMapper::GetQueueAttributeNameForName
AWS_SQS_API QueueAttributeName GetQueueAttributeNameForName(const Aws::String &name)
Aws::SQS::Model::QueueAttributeName
QueueAttributeName
Definition
QueueAttributeName.h:17
Aws::SQS::Model::QueueAttributeName::CreatedTimestamp
@ CreatedTimestamp
Aws::SQS::Model::QueueAttributeName::KmsDataKeyReusePeriodSeconds
@ KmsDataKeyReusePeriodSeconds
Aws::SQS::Model::QueueAttributeName::ApproximateNumberOfMessages
@ ApproximateNumberOfMessages
Aws::SQS::Model::QueueAttributeName::RedrivePolicy
@ RedrivePolicy
Aws::SQS::Model::QueueAttributeName::VisibilityTimeout
@ VisibilityTimeout
Aws::SQS::Model::QueueAttributeName::MessageRetentionPeriod
@ MessageRetentionPeriod
Aws::SQS::Model::QueueAttributeName::DelaySeconds
@ DelaySeconds
Aws::SQS::Model::QueueAttributeName::QueueArn
@ QueueArn
Aws::SQS::Model::QueueAttributeName::ApproximateNumberOfMessagesDelayed
@ ApproximateNumberOfMessagesDelayed
Aws::SQS::Model::QueueAttributeName::Policy
@ Policy
Aws::SQS::Model::QueueAttributeName::FifoThroughputLimit
@ FifoThroughputLimit
Aws::SQS::Model::QueueAttributeName::RedriveAllowPolicy
@ RedriveAllowPolicy
Aws::SQS::Model::QueueAttributeName::ReceiveMessageWaitTimeSeconds
@ ReceiveMessageWaitTimeSeconds
Aws::SQS::Model::QueueAttributeName::SqsManagedSseEnabled
@ SqsManagedSseEnabled
Aws::SQS::Model::QueueAttributeName::ContentBasedDeduplication
@ ContentBasedDeduplication
Aws::SQS::Model::QueueAttributeName::MaximumMessageSize
@ MaximumMessageSize
Aws::SQS::Model::QueueAttributeName::KmsMasterKeyId
@ KmsMasterKeyId
Aws::SQS::Model::QueueAttributeName::FifoQueue
@ FifoQueue
Aws::SQS::Model::QueueAttributeName::DeduplicationScope
@ DeduplicationScope
Aws::SQS::Model::QueueAttributeName::LastModifiedTimestamp
@ LastModifiedTimestamp
Aws::SQS::Model::QueueAttributeName::ApproximateNumberOfMessagesNotVisible
@ ApproximateNumberOfMessagesNotVisible
Aws::SQS::Model::MessageSystemAttributeName::NOT_SET
@ NOT_SET
Aws::SQS::Model::MessageSystemAttributeName::ApproximateFirstReceiveTimestamp
@ ApproximateFirstReceiveTimestamp
Aws::SQS::Model::MessageSystemAttributeName::SentTimestamp
@ SentTimestamp
Aws::SQS::Model::MessageSystemAttributeName::ApproximateReceiveCount
@ ApproximateReceiveCount
Aws::SQS::Model::MessageSystemAttributeName::All
@ All
Aws::SQS::Model::MessageSystemAttributeName::SenderId
@ SenderId
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences