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
AuthorSpecifiedAggregation.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
AuthorSpecifiedAggregation
17
{
18
NOT_SET
,
19
COUNT
,
20
DISTINCT_COUNT
,
21
MIN
,
22
MAX
,
23
MEDIAN
,
24
SUM
,
25
AVERAGE
,
26
STDEV
,
27
STDEVP
,
28
VAR
,
29
VARP
,
30
PERCENTILE
31
};
32
33
namespace
AuthorSpecifiedAggregationMapper
34
{
35
AWS_QUICKSIGHT_API
AuthorSpecifiedAggregation
GetAuthorSpecifiedAggregationForName
(
const
Aws::String
& name);
36
37
AWS_QUICKSIGHT_API
Aws::String
GetNameForAuthorSpecifiedAggregation
(
AuthorSpecifiedAggregation
value);
38
}
// namespace AuthorSpecifiedAggregationMapper
39
}
// namespace Model
40
}
// namespace QuickSight
41
}
// namespace Aws
Aws::QuickSight::Model::AuthorSpecifiedAggregationMapper::GetAuthorSpecifiedAggregationForName
AWS_QUICKSIGHT_API AuthorSpecifiedAggregation GetAuthorSpecifiedAggregationForName(const Aws::String &name)
Aws::QuickSight::Model::AuthorSpecifiedAggregationMapper::GetNameForAuthorSpecifiedAggregation
AWS_QUICKSIGHT_API Aws::String GetNameForAuthorSpecifiedAggregation(AuthorSpecifiedAggregation value)
Aws::QuickSight::Model::AuthorSpecifiedAggregation
AuthorSpecifiedAggregation
Definition
AuthorSpecifiedAggregation.h:17
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::PERCENTILE
@ PERCENTILE
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
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences