C# Класс Amazon.ElastiCache.Model.DescribeCacheParametersRequest

Container for the parameters to the DescribeCacheParameters operation.

The DescribeCacheParameters operation returns the detailed parameter list for a particular cache parameter group.

Наследование: AmazonElastiCacheRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DescribeCacheParametersRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeCacheParametersRequest ( string cacheParameterGroupName ) : System

Instantiates DescribeCacheParametersRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetCacheParameterGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSource ( ) : bool

Описание методов

DescribeCacheParametersRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeCacheParametersRequest ( ) : System
Результат System

DescribeCacheParametersRequest() публичный Метод

Instantiates DescribeCacheParametersRequest with the parameterized properties
public DescribeCacheParametersRequest ( string cacheParameterGroupName ) : System
cacheParameterGroupName string The name of a specific cache parameter group to return details for.
Результат System