Class: Aws::RDS::Types::DescribeDBProxyTargetGroupsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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.

Returns:

  • (String)


13040
13041
13042
13043
13044
13045
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13040

class DescribeDBProxyTargetGroupsResponse < Struct.new(
  :target_groups,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#target_groupsArray<Types::DBProxyTargetGroup>

An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding target groups.

Returns:



13040
13041
13042
13043
13044
13045
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 13040

class DescribeDBProxyTargetGroupsResponse < Struct.new(
  :target_groups,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end