Class: Aws::Types::CustomDocumentEnrichmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomDocumentEnrichmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inline_configurations ⇒ ::Array[Types::InlineCustomDocumentEnrichmentConfiguration]
Returns the value of attribute inline_configurations.
-
#post_extraction_hook_configuration ⇒ Types::HookConfiguration
Returns the value of attribute post_extraction_hook_configuration.
-
#pre_extraction_hook_configuration ⇒ Types::HookConfiguration
Returns the value of attribute pre_extraction_hook_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#inline_configurations ⇒ ::Array[Types::InlineCustomDocumentEnrichmentConfiguration]
Returns the value of attribute inline_configurations.
510 511 512 |
# File 'sig/types.rbs', line 510 def inline_configurations @inline_configurations end |
#post_extraction_hook_configuration ⇒ Types::HookConfiguration
Returns the value of attribute post_extraction_hook_configuration.
512 513 514 |
# File 'sig/types.rbs', line 512 def post_extraction_hook_configuration @post_extraction_hook_configuration end |
#pre_extraction_hook_configuration ⇒ Types::HookConfiguration
Returns the value of attribute pre_extraction_hook_configuration.
511 512 513 |
# File 'sig/types.rbs', line 511 def pre_extraction_hook_configuration @pre_extraction_hook_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
513 514 515 |
# File 'sig/types.rbs', line 513 def role_arn @role_arn end |