Class: Aws::Types::DescribeDBProxyTargetsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_proxy_name::String

Returns the value of attribute db_proxy_name.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def db_proxy_name
  @db_proxy_name
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2175
2176
2177
# File 'sig/types.rbs', line 2175

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2176
2177
2178
# File 'sig/types.rbs', line 2176

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2177
2178
2179
# File 'sig/types.rbs', line 2177

def max_records
  @max_records
end

#target_group_name::String

Returns the value of attribute target_group_name.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def target_group_name
  @target_group_name
end