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.
6335 6336 6337 |
# File 'sig/types.rbs', line 6335 def error_path @error_path end |
#result_path ⇒ ::String
Returns the value of attribute result_path.
6334 6335 6336 |
# File 'sig/types.rbs', line 6334 def result_path @result_path end |