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-fis
include
aws
fis
model
ActionsMode.h
1
6
#pragma once
7
#include <aws/fis/FIS_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
FIS
13
{
14
namespace
Model
15
{
16
enum class
ActionsMode
17
{
18
NOT_SET
,
19
skip_all
,
20
run_all
21
};
22
23
namespace
ActionsModeMapper
24
{
25
AWS_FIS_API
ActionsMode
GetActionsModeForName
(
const
Aws::String
& name);
26
27
AWS_FIS_API
Aws::String
GetNameForActionsMode
(
ActionsMode
value);
28
}
// namespace ActionsModeMapper
29
}
// namespace Model
30
}
// namespace FIS
31
}
// namespace Aws
Aws::FIS::Model::ActionsModeMapper::GetActionsModeForName
AWS_FIS_API ActionsMode GetActionsModeForName(const Aws::String &name)
Aws::FIS::Model::ActionsModeMapper::GetNameForActionsMode
AWS_FIS_API Aws::String GetNameForActionsMode(ActionsMode value)
Aws::FIS::Model::ActionsMode
ActionsMode
Definition
ActionsMode.h:17
Aws::FIS::Model::ActionsMode::skip_all
@ skip_all
Aws::FIS::Model::ActionsMode::run_all
@ run_all
Aws::FIS::Model::AccountTargeting::NOT_SET
@ NOT_SET
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