Class: Aws::Types::CallbackDetails
- Inherits:
-
Object
- Object
- Aws::Types::CallbackDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
-
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
-
#result ⇒ ::String
Returns the value of attribute result.
Instance Attribute Details
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
97 98 99 |
# File 'sig/types.rbs', line 97 def callback_id @callback_id end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
99 100 101 |
# File 'sig/types.rbs', line 99 def error @error end |
#result ⇒ ::String
Returns the value of attribute result.
98 99 100 |
# File 'sig/types.rbs', line 98 def result @result end |