AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)
public class DescribeDBEngineVersionsRequest : AmazonRDSRequest IRequestEvents
The DescribeDBEngineVersionsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
DescribeDBEngineVersionsRequest() | Empty constructor used to set properties independently even when a simple constructor is available |
Name | Type | Description | |
---|---|---|---|
![]() |
DBParameterGroupFamily | System.String |
Gets and sets the property DBParameterGroupFamily.
The name of a specific DB parameter group family to return details for. Constraints:
|
![]() |
DefaultOnly | System.Boolean |
Gets and sets the property DefaultOnly.
Indicates that only the default version of the specified engine or engine and major version combination is returned. |
![]() |
Engine | System.String |
Gets and sets the property Engine.
The database engine to return. |
![]() |
EngineVersion | System.String |
Gets and sets the property EngineVersion.
The database engine version to return.
Example: |
![]() |
Filters | System.Collections.Generic.List<Amazon.RDS.Model.Filter> |
Gets and sets the property Filters.
Not currently supported. |
![]() |
ListSupportedCharacterSets | System.Boolean |
Gets and sets the property ListSupportedCharacterSets.
If this parameter is specified, and if the requested engine supports the CharacterSetName parameter for CreateDBInstance, the response includes a list of supported character sets for each engine version. |
![]() |
Marker | System.String |
Gets and sets the property Marker.
An optional pagination token provided by a previous request. If this parameter is
specified, the response includes only records beyond the marker, up to the value specified
by |
![]() |
MaxRecords | System.Int32 |
Gets and sets the property MaxRecords.
The maximum number of records to include in the response. If more than the Default: 100 Constraints: Minimum 20, maximum 100. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8
.NET for Windows Phone:
Supported in: Windows Phone 8.1