Class: Aws::Types::CallbackStartedDetails
- Inherits:
-
Object
- Object
- Aws::Types::CallbackStartedDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
-
#heartbeat_timeout ⇒ ::Integer
Returns the value of attribute heartbeat_timeout.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
115 116 117 |
# File 'sig/types.rbs', line 115 def callback_id @callback_id end |
#heartbeat_timeout ⇒ ::Integer
Returns the value of attribute heartbeat_timeout.
116 117 118 |
# File 'sig/types.rbs', line 116 def heartbeat_timeout @heartbeat_timeout end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
117 118 119 |
# File 'sig/types.rbs', line 117 def timeout @timeout end |