C# 클래스 Amazon.RDS.Model.DescribeDBParametersRequest

Container for the parameters to the DescribeDBParameters operation. Returns the detailed parameter list for a particular DB parameter group.
상속: AmazonRDSRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DescribeDBParametersRequest ( ) : System

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

DescribeDBParametersRequest ( string dbParameterGroupName ) : System

Instantiates DescribeDBParametersRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetDBParameterGroupName ( ) : bool
IsSetFilters ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSource ( ) : bool

메소드 상세

DescribeDBParametersRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeDBParametersRequest ( ) : System
리턴 System

DescribeDBParametersRequest() 공개 메소드

Instantiates DescribeDBParametersRequest with the parameterized properties
public DescribeDBParametersRequest ( string dbParameterGroupName ) : System
dbParameterGroupName string The name of a specific DB parameter group to return details for. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
리턴 System