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
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method 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

Method Description
IsSetDBParameterGroupName ( ) : bool
IsSetFilters ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxRecords ( ) : bool
IsSetSource ( ) : bool

Method Details

DescribeDBParametersRequest() public method

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

DescribeDBParametersRequest() public method

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