C# Class Amazon.RDS.Model.DescribeDBParametersRequest

Container for the parameters to the DescribeDBParameters operation. Returns the detailed parameter list for a particular DB parameter group.
Inheritance: AmazonRDSRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetDBParameterGroupName ( ) : bool
IsSetFilters ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSource ( ) : bool

Method Details

DescribeDBParametersRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeDBParametersRequest ( ) : System
Résultat System

DescribeDBParametersRequest() public méthode

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
Résultat System