AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
AuthorSpecifiedAggregation.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10namespace Aws {
11namespace QuickSight {
12namespace Model {
14 NOT_SET,
15 COUNT,
17 MIN,
18 MAX,
19 MEDIAN,
20 SUM,
21 AVERAGE,
22 STDEV,
23 STDEVP,
24 VAR,
25 VARP,
27};
28
29namespace AuthorSpecifiedAggregationMapper {
31
33} // namespace AuthorSpecifiedAggregationMapper
34} // namespace Model
35} // namespace QuickSight
36} // namespace Aws
AWS_QUICKSIGHT_API AuthorSpecifiedAggregation GetAuthorSpecifiedAggregationForName(const Aws::String &name)
AWS_QUICKSIGHT_API Aws::String GetNameForAuthorSpecifiedAggregation(AuthorSpecifiedAggregation value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String