C# Class 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.

Inheritance: AmazonElastiCacheRequest
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetCacheParameterGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSource ( ) : bool

Method Details

DescribeCacheParametersRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeCacheParametersRequest ( ) : System
return System

DescribeCacheParametersRequest() public method

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.
return System