Class: Aws::Types::ConnectionPoolConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionPoolConfiguration
- 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.
241 242 243 |
# File 'sig/types.rbs', line 241 def connection_borrow_timeout @connection_borrow_timeout end |
#init_query ⇒ ::String
Returns the value of attribute init_query.
243 244 245 |
# File 'sig/types.rbs', line 243 def init_query @init_query end |
#max_connections_percent ⇒ ::Integer
Returns the value of attribute max_connections_percent.
239 240 241 |
# File 'sig/types.rbs', line 239 def max_connections_percent @max_connections_percent end |
#max_idle_connections_percent ⇒ ::Integer
Returns the value of attribute max_idle_connections_percent.
240 241 242 |
# File 'sig/types.rbs', line 240 def max_idle_connections_percent @max_idle_connections_percent end |
#session_pinning_filters ⇒ ::Array[::String]
Returns the value of attribute session_pinning_filters.
242 243 244 |
# File 'sig/types.rbs', line 242 def session_pinning_filters @session_pinning_filters end |