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`.
13536 13537 13538 13539 13540 13541 |
# File 'lib/aws-sdk-rds/types.rb', line 13536 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.
13536 13537 13538 13539 13540 13541 |
# File 'lib/aws-sdk-rds/types.rb', line 13536 class DescribeDBProxyTargetsResponse < Struct.new( :targets, :marker) SENSITIVE = [] include Aws::Structure end |