AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
MetricUnit.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
9
10namespace Aws {
11namespace Lightsail {
12namespace Model {
13enum class MetricUnit {
14 NOT_SET,
15 Seconds,
18 Bytes,
23 Bits,
28 Percent,
29 Count,
41 None
42};
43
44namespace MetricUnitMapper {
45AWS_LIGHTSAIL_API MetricUnit GetMetricUnitForName(const Aws::String& name);
46
48} // namespace MetricUnitMapper
49} // namespace Model
50} // namespace Lightsail
51} // namespace Aws
AWS_LIGHTSAIL_API MetricUnit GetMetricUnitForName(const Aws::String &name)
AWS_LIGHTSAIL_API Aws::String GetNameForMetricUnit(MetricUnit value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String