AWS SDK for C++
AWS SDK for C++ Version 1.11.788
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/sqs/SQS_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SQS {
12
namespace
Model {
13
enum class
QueueAttributeName
{
14
NOT_SET
,
15
All
,
16
Policy
,
17
VisibilityTimeout
,
18
MaximumMessageSize
,
19
MessageRetentionPeriod
,
20
ApproximateNumberOfMessages
,
21
ApproximateNumberOfMessagesNotVisible
,
22
CreatedTimestamp
,
23
LastModifiedTimestamp
,
24
QueueArn
,
25
ApproximateNumberOfMessagesDelayed
,
26
DelaySeconds
,
27
ReceiveMessageWaitTimeSeconds
,
28
RedrivePolicy
,
29
FifoQueue
,
30
ContentBasedDeduplication
,
31
KmsMasterKeyId
,
32
KmsDataKeyReusePeriodSeconds
,
33
DeduplicationScope
,
34
FifoThroughputLimit
,
35
RedriveAllowPolicy
,
36
SqsManagedSseEnabled
,
37
SentTimestamp
,
38
ApproximateFirstReceiveTimestamp
,
39
ApproximateReceiveCount
,
40
SenderId
41
};
42
43
namespace
QueueAttributeNameMapper {
44
AWS_SQS_API
QueueAttributeName
GetQueueAttributeNameForName
(
const
Aws::String
& name);
45
46
AWS_SQS_API
Aws::String
GetNameForQueueAttributeName
(
QueueAttributeName
value);
47
}
// namespace QueueAttributeNameMapper
48
}
// namespace Model
49
}
// namespace SQS
50
}
// 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:13
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