Class: Aws::Types::DescribeDBProxiesRequest

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)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def db_proxy_name
  @db_proxy_name
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2130
2131
2132
# File 'sig/types.rbs', line 2130

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def max_records
  @max_records
end