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.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def idle_timeout_seconds @idle_timeout_seconds end |
#per_request_timeout_seconds ⇒ ::Integer
Returns the value of attribute per_request_timeout_seconds.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def per_request_timeout_seconds @per_request_timeout_seconds end |