Class: Aws::RDS::Types::DescribeDBProxyTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBProxyTargetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An optional pagination token provided by a previous request.
-
#targets ⇒ Array<Types::DBProxyTarget>
An arbitrary number of ‘DBProxyTarget` objects, containing details of the corresponding targets.
Instance Attribute Details
#marker ⇒ String
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.
11549 11550 11551 11552 11553 11554 |
# File 'lib/aws-sdk-rds/types.rb', line 11549 class DescribeDBProxyTargetsResponse < Struct.new( :targets, :marker) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Array<Types::DBProxyTarget>
An arbitrary number of ‘DBProxyTarget` objects, containing details of the corresponding targets.
11549 11550 11551 11552 11553 11554 |
# File 'lib/aws-sdk-rds/types.rb', line 11549 class DescribeDBProxyTargetsResponse < Struct.new( :targets, :marker) SENSITIVE = [] include Aws::Structure end |