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
InspectorEvent.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
InspectorEvent
17
{
18
NOT_SET
,
19
ASSESSMENT_RUN_STARTED
,
20
ASSESSMENT_RUN_COMPLETED
,
21
ASSESSMENT_RUN_STATE_CHANGED
,
22
FINDING_REPORTED
,
23
OTHER
24
};
25
26
namespace
InspectorEventMapper
27
{
28
AWS_INSPECTOR_API
InspectorEvent
GetInspectorEventForName
(
const
Aws::String
& name);
29
30
AWS_INSPECTOR_API
Aws::String
GetNameForInspectorEvent
(
InspectorEvent
value);
31
}
// namespace InspectorEventMapper
32
}
// namespace Model
33
}
// namespace Inspector
34
}
// namespace Aws
Aws::Inspector::Model::InspectorEventMapper::GetNameForInspectorEvent
AWS_INSPECTOR_API Aws::String GetNameForInspectorEvent(InspectorEvent value)
Aws::Inspector::Model::InspectorEventMapper::GetInspectorEventForName
AWS_INSPECTOR_API InspectorEvent GetInspectorEventForName(const Aws::String &name)
Aws::Inspector::Model::AccessDeniedErrorCode::NOT_SET
@ NOT_SET
Aws::Inspector::Model::InspectorEvent
InspectorEvent
Definition
InspectorEvent.h:17
Aws::Inspector::Model::InspectorEvent::OTHER
@ OTHER
Aws::Inspector::Model::InspectorEvent::ASSESSMENT_RUN_STARTED
@ ASSESSMENT_RUN_STARTED
Aws::Inspector::Model::InspectorEvent::FINDING_REPORTED
@ FINDING_REPORTED
Aws::Inspector::Model::InspectorEvent::ASSESSMENT_RUN_COMPLETED
@ ASSESSMENT_RUN_COMPLETED
Aws::Inspector::Model::InspectorEvent::ASSESSMENT_RUN_STATE_CHANGED
@ ASSESSMENT_RUN_STATE_CHANGED
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