Container for the parameters to the DescribeDBEngineVersions operation.

Returns a list of the available DB engines.

Namespace: Amazon.RDS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeDBEngineVersionsRequest : AmazonWebServiceRequest
Public Class DescribeDBEngineVersionsRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeDBEngineVersionsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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.)
Marker
The marker provided in the previous request. If this parameter is specified, the response includes records beyond the marker only, up to MaxRecords.
MaxRecords
The maximum number of records to include in the response. If more than the MaxRecords value is available, 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)
Sets the DBParameterGroupFamily property
WithDefaultOnly(Boolean)
Sets the DefaultOnly property
WithEngine(String)
Sets the Engine property
WithEngineVersion(String)
Sets the EngineVersion property
WithMarker(String)
Sets the Marker property
WithMaxRecords(Int32)
Sets the MaxRecords property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.RDS.Model..::..DescribeDBEngineVersionsRequest

See Also