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`.
13511 13512 13513 13514 13515 13516 |
# File 'lib/aws-sdk-rds/types.rb', line 13511 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.
13511 13512 13513 13514 13515 13516 |
# File 'lib/aws-sdk-rds/types.rb', line 13511 class DescribeDBProxyTargetsResponse < Struct.new( :targets, :marker) SENSITIVE = [] include Aws::Structure end |