AWS SDK for C++

AWS SDK for C++ Version 1.11.881

Loading...
Searching...
No Matches
PricingPlanManagerEndpointRules.h
1
6#pragma once
7#include <aws/pricing-plan-manager/PricingPlanManager_EXPORTS.h>
8
9#include <cstddef>
10
11namespace Aws {
12namespace PricingPlanManager {
13class AWS_PRICINGPLANMANAGER_LOCAL PricingPlanManagerEndpointRules {
14 public:
15 static const size_t RulesBlobStrLen;
16 static const size_t RulesBlobSize;
17
18 static const char* GetRulesBlob();
19};
20} // namespace PricingPlanManager
21} // namespace Aws