Class: Aws::Types::SendDurableExecutionCallbackSuccessRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendDurableExecutionCallbackSuccessRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
-
#result ⇒ ::String
Returns the value of attribute result.
Instance Attribute Details
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def callback_id @callback_id end |
#result ⇒ ::String
Returns the value of attribute result.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def result @result end |