Class: Aws::OpsWorks::Types::DescribeRdsDbInstancesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DescribeRdsDbInstancesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Contains the response to a ‘DescribeRdsDbInstances` request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rds_db_instances ⇒ Array<Types::RdsDbInstance>
An a array of ‘RdsDbInstance` objects that describe the instances.
Instance Attribute Details
#rds_db_instances ⇒ Array<Types::RdsDbInstance>
An a array of ‘RdsDbInstance` objects that describe the instances.
2780 2781 2782 2783 2784 |
# File 'lib/aws-sdk-opsworks/types.rb', line 2780 class DescribeRdsDbInstancesResult < Struct.new( :rds_db_instances) SENSITIVE = [] include Aws::Structure end |