You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::DescribeRdsDbInstancesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeRdsDbInstancesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#rds_db_instance_arnsArray<String>

An array containing the ARNs of the instances to be described.

Returns:

  • (Array<String>)

    An array containing the ARNs of the instances to be described.

#stack_idString

The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.

Returns:

  • (String)

    The ID of the stack with which the instances are registered.