Container for the parameters to the DescribeRdsDbInstances operation.
            Describes Amazon RDS instances.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeRdsDbInstancesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeRdsDbInstancesRequest()()()() | Initializes a new instance of the DescribeRdsDbInstancesRequest class | 
|  | Equals(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.) | 
|  | RdsDbInstanceArns | 
            Gets and sets the property RdsDbInstanceArns. 
             An array containing the ARNs of the instances to be described. | 
|  | StackId | 
            Gets and sets the property StackId. 
             The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithRdsDbInstanceArns(array<String>[]()[][]) | Obsolete. 
            Sets the RdsDbInstanceArns property
             | 
|  | WithRdsDbInstanceArns(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the RdsDbInstanceArns property
             | 
|  | WithStackId(String) | Obsolete. 
            Sets the StackId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DescribeRdsDbInstancesRequest | |