Class: Aws::Types::DescribeDBProxyEndpointsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_proxy_endpoint_name::String

Returns the value of attribute db_proxy_endpoint_name.

Returns:

  • (::String)


2144
2145
2146
# File 'sig/types.rbs', line 2144

def db_proxy_endpoint_name
  @db_proxy_endpoint_name
end

#db_proxy_name::String

Returns the value of attribute db_proxy_name.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def db_proxy_name
  @db_proxy_name
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



2145
2146
2147
# File 'sig/types.rbs', line 2145

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


2147
2148
2149
# File 'sig/types.rbs', line 2147

def max_records
  @max_records
end