Class: Aws::Types::ResponseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ResponseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_path ⇒ ::String
Returns the value of attribute error_path.
-
#result_path ⇒ ::String
Returns the value of attribute result_path.
Instance Attribute Details
#error_path ⇒ ::String
Returns the value of attribute error_path.
6367 6368 6369 |
# File 'sig/types.rbs', line 6367 def error_path @error_path end |
#result_path ⇒ ::String
Returns the value of attribute result_path.
6366 6367 6368 |
# File 'sig/types.rbs', line 6366 def result_path @result_path end |