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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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