Class: Aws::Types::TimeoutSettings
- Inherits:
-
Object
- Object
- Aws::Types::TimeoutSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_seconds.
-
#idle_disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_seconds.
-
#max_user_duration_in_seconds ⇒ ::Integer
Returns the value of attribute max_user_duration_in_seconds.
Instance Attribute Details
#disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute disconnect_timeout_in_seconds.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def disconnect_timeout_in_seconds @disconnect_timeout_in_seconds end |
#idle_disconnect_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute idle_disconnect_timeout_in_seconds.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def idle_disconnect_timeout_in_seconds @idle_disconnect_timeout_in_seconds end |
#max_user_duration_in_seconds ⇒ ::Integer
Returns the value of attribute max_user_duration_in_seconds.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def max_user_duration_in_seconds @max_user_duration_in_seconds end |