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.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def callback_id @callback_id end |
#result ⇒ ::String
Returns the value of attribute result.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def result @result end |