AWS SDK for C++
AWS SDK for C++ Version 1.11.719
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
namespace
CostExplorer {
12
namespace
Model {
13
enum class
Metric
{
14
NOT_SET
,
15
BLENDED_COST
,
16
UNBLENDED_COST
,
17
AMORTIZED_COST
,
18
NET_UNBLENDED_COST
,
19
NET_AMORTIZED_COST
,
20
USAGE_QUANTITY
,
21
NORMALIZED_USAGE_AMOUNT
22
};
23
24
namespace
MetricMapper {
25
AWS_COSTEXPLORER_API
Metric
GetMetricForName
(
const
Aws::String
& name);
26
27
AWS_COSTEXPLORER_API
Aws::String
GetNameForMetric
(
Metric
value);
28
}
// namespace MetricMapper
29
}
// namespace Model
30
}
// namespace CostExplorer
31
}
// 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:13
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