Class: Aws::Types::ConnectionPoolConfigurationInfo
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionPoolConfigurationInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_borrow_timeout ⇒ ::Integer
Returns the value of attribute connection_borrow_timeout.
-
#init_query ⇒ ::String
Returns the value of attribute init_query.
-
#max_connections_percent ⇒ ::Integer
Returns the value of attribute max_connections_percent.
-
#max_idle_connections_percent ⇒ ::Integer
Returns the value of attribute max_idle_connections_percent.
-
#session_pinning_filters ⇒ ::Array[::String]
Returns the value of attribute session_pinning_filters.
Instance Attribute Details
#connection_borrow_timeout ⇒ ::Integer
Returns the value of attribute connection_borrow_timeout.
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.
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.
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.
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.
251 252 253 |
# File 'sig/types.rbs', line 251 def session_pinning_filters @session_pinning_filters end |