Class: Aws::RDS::Types::DescribeDBProxyTargetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBProxyTargetsResponse
- Defined in:
- gems/aws-sdk-rds/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
.
13600 13601 13602 13603 13604 13605 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13600 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.
13600 13601 13602 13603 13604 13605 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13600 class DescribeDBProxyTargetsResponse < Struct.new( :targets, :marker) SENSITIVE = [] include Aws::Structure end |