AWS SDK for C++
AWS SDK for C++ Version 1.11.716
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-timestream-query
include
aws
timestream-query
model
QueryPricingModel.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
TimestreamQuery {
12
namespace
Model {
13
enum class
QueryPricingModel
{
NOT_SET
,
BYTES_SCANNED
,
COMPUTE_UNITS
};
14
15
namespace
QueryPricingModelMapper {
16
AWS_TIMESTREAMQUERY_API
QueryPricingModel
GetQueryPricingModelForName
(
const
Aws::String
&
name
);
17
18
AWS_TIMESTREAMQUERY_API
Aws::String
GetNameForQueryPricingModel
(
QueryPricingModel
value);
19
}
// namespace QueryPricingModelMapper
20
}
// namespace Model
21
}
// namespace TimestreamQuery
22
}
// namespace Aws
Aws::TimestreamQuery::Model::QueryPricingModelMapper::GetQueryPricingModelForName
AWS_TIMESTREAMQUERY_API QueryPricingModel GetQueryPricingModelForName(const Aws::String &name)
Aws::TimestreamQuery::Model::QueryPricingModelMapper::GetNameForQueryPricingModel
AWS_TIMESTREAMQUERY_API Aws::String GetNameForQueryPricingModel(QueryPricingModel value)
Aws::TimestreamQuery::Model::QueryPricingModel
QueryPricingModel
Definition
QueryPricingModel.h:13
Aws::TimestreamQuery::Model::QueryPricingModel::COMPUTE_UNITS
@ COMPUTE_UNITS
Aws::TimestreamQuery::Model::QueryPricingModel::BYTES_SCANNED
@ BYTES_SCANNED
Aws::TimestreamQuery::Model::ComputeMode::NOT_SET
@ NOT_SET
Aws
Aws::MakeShared
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences