AWS SDK for C++
AWS SDK for C++ Version 1.11.743
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/core/utils/memory/stl/AWSString.h>
8
#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
QuickSight {
12
namespace
Model {
13
enum class
AuthorSpecifiedAggregation
{
14
NOT_SET
,
15
COUNT
,
16
DISTINCT_COUNT
,
17
MIN
,
18
MAX
,
19
MEDIAN
,
20
SUM
,
21
AVERAGE
,
22
STDEV
,
23
STDEVP
,
24
VAR
,
25
VARP
,
26
PERCENTILE
27
};
28
29
namespace
AuthorSpecifiedAggregationMapper {
30
AWS_QUICKSIGHT_API
AuthorSpecifiedAggregation
GetAuthorSpecifiedAggregationForName
(
const
Aws::String
& name);
31
32
AWS_QUICKSIGHT_API
Aws::String
GetNameForAuthorSpecifiedAggregation
(
AuthorSpecifiedAggregation
value);
33
}
// namespace AuthorSpecifiedAggregationMapper
34
}
// namespace Model
35
}
// namespace QuickSight
36
}
// 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:13
Aws::QuickSight::Model::ActionConnectorErrorType::NOT_SET
@ NOT_SET
Aws::QuickSight::Model::AggType::AVERAGE
@ AVERAGE
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