Class: Aws::Types::ConnectionPoolConfigurationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:init_query])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_borrow_timeout::Integer

Returns the value of attribute connection_borrow_timeout.

Returns:

  • (::Integer)


250
251
252
# File 'sig/types.rbs', line 250

def connection_borrow_timeout
  @connection_borrow_timeout
end

#init_query::String

Returns the value of attribute init_query.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def init_query
  @init_query
end

#max_connections_percent::Integer

Returns the value of attribute max_connections_percent.

Returns:

  • (::Integer)


248
249
250
# File 'sig/types.rbs', line 248

def max_connections_percent
  @max_connections_percent
end

#max_idle_connections_percent::Integer

Returns the value of attribute max_idle_connections_percent.

Returns:

  • (::Integer)


249
250
251
# File 'sig/types.rbs', line 249

def max_idle_connections_percent
  @max_idle_connections_percent
end

#session_pinning_filters::Array[::String]

Returns the value of attribute session_pinning_filters.

Returns:

  • (::Array[::String])


251
252
253
# File 'sig/types.rbs', line 251

def session_pinning_filters
  @session_pinning_filters
end