Class: Aws::Types::CallbackOptions
- Inherits:
-
Object
- Object
- Aws::Types::CallbackOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#heartbeat_timeout_seconds ⇒ ::Integer
Returns the value of attribute heartbeat_timeout_seconds.
-
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
Instance Attribute Details
#heartbeat_timeout_seconds ⇒ ::Integer
Returns the value of attribute heartbeat_timeout_seconds.
110 111 112 |
# File 'sig/types.rbs', line 110 def heartbeat_timeout_seconds @heartbeat_timeout_seconds end |
#timeout_seconds ⇒ ::Integer
Returns the value of attribute timeout_seconds.
109 110 111 |
# File 'sig/types.rbs', line 109 def timeout_seconds @timeout_seconds end |