Class: Aws::RDS::Types::DescribeDBProxyTargetGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBProxyTargetGroupsResponse
- 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.
-
#target_groups ⇒ Array<Types::DBProxyTargetGroup>
An arbitrary number of
DBProxyTargetGroup
objects, containing details of the corresponding target groups.
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
.
13475 13476 13477 13478 13479 13480 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13475 class DescribeDBProxyTargetGroupsResponse < Struct.new( :target_groups, :marker) SENSITIVE = [] include Aws::Structure end |
#target_groups ⇒ Array<Types::DBProxyTargetGroup>
An arbitrary number of DBProxyTargetGroup
objects, containing
details of the corresponding target groups.
13475 13476 13477 13478 13479 13480 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13475 class DescribeDBProxyTargetGroupsResponse < Struct.new( :target_groups, :marker) SENSITIVE = [] include Aws::Structure end |