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-quicksight
include
aws
quicksight
model
SimpleNumericalAggregationFunction.h
1
6
#pragma once
7
#include <aws/quicksight/QuickSight_EXPORTS.h>
8
#include <aws/core/utils/memory/stl/AWSString.h>
9
10
namespace
Aws
11
{
12
namespace
QuickSight
13
{
14
namespace
Model
15
{
16
enum class
SimpleNumericalAggregationFunction
17
{
18
NOT_SET
,
19
SUM
,
20
AVERAGE
,
21
MIN
,
22
MAX
,
23
COUNT
,
24
DISTINCT_COUNT
,
25
VAR
,
26
VARP
,
27
STDEV
,
28
STDEVP
,
29
MEDIAN
30
};
31
32
namespace
SimpleNumericalAggregationFunctionMapper
33
{
34
AWS_QUICKSIGHT_API
SimpleNumericalAggregationFunction
GetSimpleNumericalAggregationFunctionForName
(
const
Aws::String
& name);
35
36
AWS_QUICKSIGHT_API
Aws::String
GetNameForSimpleNumericalAggregationFunction
(
SimpleNumericalAggregationFunction
value);
37
}
// namespace SimpleNumericalAggregationFunctionMapper
38
}
// namespace Model
39
}
// namespace QuickSight
40
}
// namespace Aws
Aws::QuickSight::Model::SimpleNumericalAggregationFunctionMapper::GetNameForSimpleNumericalAggregationFunction
AWS_QUICKSIGHT_API Aws::String GetNameForSimpleNumericalAggregationFunction(SimpleNumericalAggregationFunction value)
Aws::QuickSight::Model::SimpleNumericalAggregationFunctionMapper::GetSimpleNumericalAggregationFunctionForName
AWS_QUICKSIGHT_API SimpleNumericalAggregationFunction GetSimpleNumericalAggregationFunctionForName(const Aws::String &name)
Aws::QuickSight::Model::AggType::AVERAGE
@ AVERAGE
Aws::QuickSight::Model::AggType::NOT_SET
@ NOT_SET
Aws::QuickSight::Model::AggType::MAX
@ MAX
Aws::QuickSight::Model::AggType::COUNT
@ COUNT
Aws::QuickSight::Model::AggType::VARP
@ VARP
Aws::QuickSight::Model::AggType::SUM
@ SUM
Aws::QuickSight::Model::AggType::STDEVP
@ STDEVP
Aws::QuickSight::Model::AggType::MEDIAN
@ MEDIAN
Aws::QuickSight::Model::AggType::DISTINCT_COUNT
@ DISTINCT_COUNT
Aws::QuickSight::Model::AggType::MIN
@ MIN
Aws::QuickSight::Model::AggType::VAR
@ VAR
Aws::QuickSight::Model::AggType::STDEV
@ STDEV
Aws::QuickSight::Model::SimpleNumericalAggregationFunction
SimpleNumericalAggregationFunction
Definition
SimpleNumericalAggregationFunction.h:17
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