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-inspector
include
aws
inspector
model
Severity.h
1
6
#pragma once
7
#include <aws/inspector/Inspector_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
Inspector
13
{
14
namespace
Model
15
{
16
enum class
Severity
17
{
18
NOT_SET
,
19
Low
,
20
Medium
,
21
High
,
22
Informational
,
23
Undefined
24
};
25
26
namespace
SeverityMapper
27
{
28
AWS_INSPECTOR_API
Severity
GetSeverityForName
(
const
Aws::String
& name);
29
30
AWS_INSPECTOR_API
Aws::String
GetNameForSeverity
(
Severity
value);
31
}
// namespace SeverityMapper
32
}
// namespace Model
33
}
// namespace Inspector
34
}
// namespace Aws
Aws::Inspector::Model::SeverityMapper::GetNameForSeverity
AWS_INSPECTOR_API Aws::String GetNameForSeverity(Severity value)
Aws::Inspector::Model::SeverityMapper::GetSeverityForName
AWS_INSPECTOR_API Severity GetSeverityForName(const Aws::String &name)
Aws::Inspector::Model::AccessDeniedErrorCode::NOT_SET
@ NOT_SET
Aws::Inspector::Model::Severity
Severity
Definition
Severity.h:17
Aws::Inspector::Model::Severity::Low
@ Low
Aws::Inspector::Model::Severity::Informational
@ Informational
Aws::Inspector::Model::Severity::High
@ High
Aws::Inspector::Model::Severity::Medium
@ Medium
Aws::Inspector::Model::Severity::Undefined
@ Undefined
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