Class: Aws::Types::ExtractionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExtractionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#not_found_behavior ⇒ Types::ExtractionDefinitionNotFoundBehavior
Returns the value of attribute not_found_behavior.
-
#prompt_hint ⇒ ::String
Returns the value of attribute prompt_hint.
Instance Attribute Details
#not_found_behavior ⇒ Types::ExtractionDefinitionNotFoundBehavior
Returns the value of attribute not_found_behavior.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def not_found_behavior @not_found_behavior end |
#prompt_hint ⇒ ::String
Returns the value of attribute prompt_hint.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def prompt_hint @prompt_hint end |