Class: Aws::Types::DescribeDBProxyTargetsResponse

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)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def marker
  @marker
end

#targets::Array[Types::DBProxyTarget]

Returns the value of attribute targets.

Returns:



2182
2183
2184
# File 'sig/types.rbs', line 2182

def targets
  @targets
end