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.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def callback_id @callback_id end |
#result ⇒ ::String
Returns the value of attribute result.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def result @result end |