Class: Aws::OpsWorks::Types::DescribeRdsDbInstancesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeRdsDbInstancesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rds_db_instance_arns ⇒ Array<String>
An array containing the ARNs of the instances to be described.
-
#stack_id ⇒ String
The ID of the stack with which the instances are registered.
Instance Attribute Details
#rds_db_instance_arns ⇒ Array<String>
An array containing the ARNs of the instances to be described.
2765 2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2765 class DescribeRdsDbInstancesRequest < Struct.new( :stack_id, :rds_db_instance_arns) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.
2765 2766 2767 2768 2769 2770 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2765 class DescribeRdsDbInstancesRequest < Struct.new( :stack_id, :rds_db_instance_arns) SENSITIVE = [] include Aws::Structure end |