Class: Aws::Types::TimeoutConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TimeoutConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
-
#per_request_timeout_seconds ⇒ ::Integer
Returns the value of attribute per_request_timeout_seconds.
Instance Attribute Details
#idle_timeout_seconds ⇒ ::Integer
Returns the value of attribute idle_timeout_seconds.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def idle_timeout_seconds @idle_timeout_seconds end |
#per_request_timeout_seconds ⇒ ::Integer
Returns the value of attribute per_request_timeout_seconds.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def per_request_timeout_seconds @per_request_timeout_seconds end |