AWS SDK for .NET Documentation
DescribeRdsDbInstancesRequest Class
AmazonAmazon.OpsWorks.ModelDescribeRdsDbInstancesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeRdsDbInstances operation. Describes Amazon RDS instances.
Declaration Syntax
C#
public class DescribeRdsDbInstancesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

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.)
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
Object
AmazonWebServiceRequest
 DescribeRdsDbInstancesRequest

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