AWS SDK for .NET Documentation
DescribeDBEngineVersionsRequest Class
AmazonAmazon.RDS.ModelDescribeDBEngineVersionsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeDBEngineVersions operation.

Returns a list of the available DB engines.

Declaration Syntax
C#
public class DescribeDBEngineVersionsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeDBEngineVersionsRequest()()()()
Initializes a new instance of the DescribeDBEngineVersionsRequest class

DBParameterGroupFamily
The name of a specific DB parameter group family 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

DefaultOnly
Indicates that only the default version of the specified engine or engine and major version combination is returned.

Engine
The database engine to return.

EngineVersion
The database engine version to return. Example: 5.1.49

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
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
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.

MaxRecords
The maximum number of records to include in the response. If more than the MaxRecords value is available, a pagination token called a marker is included in the response so that the following results can be retrieved. Default: 100 Constraints: minimum 20, maximum 100

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDBParameterGroupFamily(String) Obsolete.
Sets the DBParameterGroupFamily property

WithDefaultOnly(Boolean) Obsolete.
Sets the DefaultOnly property

WithEngine(String) Obsolete.
Sets the Engine property

WithEngineVersion(String) Obsolete.
Sets the EngineVersion property

WithListSupportedCharacterSets(Boolean) Obsolete.
Sets the ListSupportedCharacterSets property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeDBEngineVersionsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)