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-detective
include
aws
detective
model
Severity.h
1
6
#pragma once
7
#include <aws/detective/Detective_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Detective
13
{
14
namespace
Model
15
{
16
enum class
Severity
17
{
18
NOT_SET
,
19
INFORMATIONAL
,
20
LOW
,
21
MEDIUM
,
22
HIGH
,
23
CRITICAL
24
};
25
26
namespace
SeverityMapper
27
{
28
AWS_DETECTIVE_API
Severity
GetSeverityForName
(
const
Aws::String
& name);
29
30
AWS_DETECTIVE_API
Aws::String
GetNameForSeverity
(
Severity
value);
31
}
// namespace SeverityMapper
32
}
// namespace Model
33
}
// namespace Detective
34
}
// namespace Aws
Aws::Detective::Model::SeverityMapper::GetSeverityForName
AWS_DETECTIVE_API Severity GetSeverityForName(const Aws::String &name)
Aws::Detective::Model::SeverityMapper::GetNameForSeverity
AWS_DETECTIVE_API Aws::String GetNameForSeverity(Severity value)
Aws::Detective::Model::DatasourcePackage::NOT_SET
@ NOT_SET
Aws::Detective::Model::Severity
Severity
Definition
Severity.h:17
Aws::Detective::Model::Severity::LOW
@ LOW
Aws::Detective::Model::Severity::CRITICAL
@ CRITICAL
Aws::Detective::Model::Severity::HIGH
@ HIGH
Aws::Detective::Model::Severity::MEDIUM
@ MEDIUM
Aws::Detective::Model::Severity::INFORMATIONAL
@ INFORMATIONAL
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