Class: Aws::Types::DescribeDBProxyTargetGroupsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def marker
  @marker
end

#target_groups::Array[Types::DBProxyTargetGroup]

Returns the value of attribute target_groups.

Returns:



2167
2168
2169
# File 'sig/types.rbs', line 2167

def target_groups
  @target_groups
end