Files
DedicatedServerCourse/Plugins/GameLiftPlugin/Source/AWSSDK/Include/aws/secretsmanager/SecretsManagerEndpointRules.h
2026-02-28 12:32:28 -05:00

24 lines
469 B
C++

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <cstddef>
#include <aws/secretsmanager/SecretsManager_EXPORTS.h>
namespace Aws
{
namespace SecretsManager
{
class SecretsManagerEndpointRules
{
public:
static const size_t RulesBlobStrLen;
static const size_t RulesBlobSize;
static const char* GetRulesBlob();
};
} // namespace SecretsManager
} // namespace Aws