Container for the parameters to the DescribeDBParameterGroups operation.
            
Returns a list of DBParameterGroup descriptions. If a DBParameterGroupName is specified, the list will contain only the description of the specified DB parameter group.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeDBParameterGroupsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeDBParameterGroupsRequest()()()() | Initializes a new instance of the DescribeDBParameterGroupsRequest class | 
|  | DBParameterGroupName | 
            The name of a specific DB parameter group to return details for. Constraints:  
 | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filters | 
            This parameter is not currently supported.
             
             | 
|  | 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 pagination token provided by a previous DescribeDBParameterGroups 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 pagination
            token called a marker is included in the response so that the remaining results may be retrieved. Default: 100 Constraints: minimum 20,
            maximum 100
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBParameterGroupName(String) | Obsolete. 
            Sets the DBParameterGroupName property
             | 
|  | WithFilters(array<Filter>[]()[][]) | Obsolete. 
            Adds elements to the Filters collection
             | 
|  | WithFilters(IEnumerable<(Of <<'(Filter>)>>)) | Obsolete. 
            Adds elements to the Filters collection
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithMaxRecords(Int32) | Obsolete. 
            Sets the MaxRecords property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeDBParameterGroupsRequest | |