Class: Aws::RDS::Types::DescribeDBProxyTargetGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DescribeDBProxyTargetGroupsResponse
- 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.
-
#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`.
13450 13451 13452 13453 13454 13455 |
# File 'lib/aws-sdk-rds/types.rb', line 13450 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.
13450 13451 13452 13453 13454 13455 |
# File 'lib/aws-sdk-rds/types.rb', line 13450 class DescribeDBProxyTargetGroupsResponse < Struct.new( :target_groups, :marker) SENSITIVE = [] include Aws::Structure end |