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.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def not_found_behavior @not_found_behavior end |
#prompt_hint ⇒ ::String
Returns the value of attribute prompt_hint.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def prompt_hint @prompt_hint end |