AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
InstancesHealthAttribute.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/elasticbeanstalk/ElasticBeanstalk_EXPORTS.h>
9
10namespace Aws {
11namespace ElasticBeanstalk {
12namespace Model {
14 NOT_SET,
16 Color,
17 Causes,
21 System,
25 All
26};
27
28namespace InstancesHealthAttributeMapper {
30
32} // namespace InstancesHealthAttributeMapper
33} // namespace Model
34} // namespace ElasticBeanstalk
35} // namespace Aws
AWS_ELASTICBEANSTALK_API InstancesHealthAttribute GetInstancesHealthAttributeForName(const Aws::String &name)
AWS_ELASTICBEANSTALK_API Aws::String GetNameForInstancesHealthAttribute(InstancesHealthAttribute value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String