class Aws::OpsWorks::Types::DescribeRdsDbInstancesRequest

@note When making an API call, you may pass DescribeRdsDbInstancesRequest

data as a hash:

    {
      stack_id: "String", # required
      rds_db_instance_arns: ["String"],
    }

@!attribute [rw] stack_id

The ID of the stack with which the instances are registered. The
operation returns descriptions of all registered Amazon RDS
instances.
@return [String]

@!attribute [rw] rds_db_instance_arns

An array containing the ARNs of the instances to be described.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRdsDbInstancesRequest AWS API Documentation

Constants

SENSITIVE