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-docdb-elastic
include
aws
docdb-elastic
model
Auth.h
1
6
#pragma once
7
#include <aws/docdb-elastic/DocDBElastic_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
DocDBElastic
13
{
14
namespace
Model
15
{
16
enum class
Auth
17
{
18
NOT_SET
,
19
PLAIN_TEXT
,
20
SECRET_ARN
21
};
22
23
namespace
AuthMapper
24
{
25
AWS_DOCDBELASTIC_API
Auth
GetAuthForName
(
const
Aws::String
& name);
26
27
AWS_DOCDBELASTIC_API
Aws::String
GetNameForAuth
(
Auth
value);
28
}
// namespace AuthMapper
29
}
// namespace Model
30
}
// namespace DocDBElastic
31
}
// namespace Aws
Aws::DocDBElastic::Model::AuthMapper::GetAuthForName
AWS_DOCDBELASTIC_API Auth GetAuthForName(const Aws::String &name)
Aws::DocDBElastic::Model::AuthMapper::GetNameForAuth
AWS_DOCDBELASTIC_API Aws::String GetNameForAuth(Auth value)
Aws::DocDBElastic::Model::Auth
Auth
Definition
Auth.h:17
Aws::DocDBElastic::Model::Auth::NOT_SET
@ NOT_SET
Aws::DocDBElastic::Model::Auth::PLAIN_TEXT
@ PLAIN_TEXT
Aws::DocDBElastic::Model::Auth::SECRET_ARN
@ SECRET_ARN
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