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.
6377 6378 6379 |
# File 'sig/types.rbs', line 6377 def error_path @error_path end |
#result_path ⇒ ::String
Returns the value of attribute result_path.
6376 6377 6378 |
# File 'sig/types.rbs', line 6376 def result_path @result_path end |