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-ce
include
aws
ce
model
Metric.h
1
6
#pragma once
7
#include <aws/ce/CostExplorer_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
CostExplorer
13
{
14
namespace
Model
15
{
16
enum class
Metric
17
{
18
NOT_SET
,
19
BLENDED_COST
,
20
UNBLENDED_COST
,
21
AMORTIZED_COST
,
22
NET_UNBLENDED_COST
,
23
NET_AMORTIZED_COST
,
24
USAGE_QUANTITY
,
25
NORMALIZED_USAGE_AMOUNT
26
};
27
28
namespace
MetricMapper
29
{
30
AWS_COSTEXPLORER_API
Metric
GetMetricForName
(
const
Aws::String
& name);
31
32
AWS_COSTEXPLORER_API
Aws::String
GetNameForMetric
(
Metric
value);
33
}
// namespace MetricMapper
34
}
// namespace Model
35
}
// namespace CostExplorer
36
}
// namespace Aws
Aws::CostExplorer::Model::MetricMapper::GetMetricForName
AWS_COSTEXPLORER_API Metric GetMetricForName(const Aws::String &name)
Aws::CostExplorer::Model::MetricMapper::GetNameForMetric
AWS_COSTEXPLORER_API Aws::String GetNameForMetric(Metric value)
Aws::CostExplorer::Model::AccountScope::NOT_SET
@ NOT_SET
Aws::CostExplorer::Model::Metric
Metric
Definition
Metric.h:17
Aws::CostExplorer::Model::Metric::NORMALIZED_USAGE_AMOUNT
@ NORMALIZED_USAGE_AMOUNT
Aws::CostExplorer::Model::Metric::UNBLENDED_COST
@ UNBLENDED_COST
Aws::CostExplorer::Model::Metric::NET_AMORTIZED_COST
@ NET_AMORTIZED_COST
Aws::CostExplorer::Model::Metric::USAGE_QUANTITY
@ USAGE_QUANTITY
Aws::CostExplorer::Model::Metric::NET_UNBLENDED_COST
@ NET_UNBLENDED_COST
Aws::CostExplorer::Model::Metric::BLENDED_COST
@ BLENDED_COST
Aws::CostExplorer::Model::Metric::AMORTIZED_COST
@ AMORTIZED_COST
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