Container for the parameters to the DescribeCacheParameters operation.
Returns the detailed parameter list for a particular CacheParameterGroup.
| C# |
public class DescribeCacheParametersRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DescribeCacheParametersRequest()()()() | Initializes a new instance of the DescribeCacheParametersRequest class | |
| CacheParameterGroupName |
The name of a specific cache parameter group to return details for.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Marker |
An optional marker provided in the previous DescribeCacheClusters request. If this parameter is specified, the response includes only
records beyond the marker, up to the value specified by MaxRecords.
| |
| MaxRecords |
The maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a marker is
included in the response so that the remaining results may be retrieved.
| |
| Source |
The parameter types to return. Valid values: user | system | engine-default | |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| WithCacheParameterGroupName(String) |
Sets the CacheParameterGroupName property
| |
| WithMarker(String) |
Sets the Marker property
| |
| WithMaxRecords(Int32) |
Sets the MaxRecords property
| |
| WithSource(String) |
Sets the Source property
|
| Object | ||
| AmazonWebServiceRequest | ||
| DescribeCacheParametersRequest | ||