AWS SDK for C++

AWS SDK for C++ Version 1.11.751

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