Class: Aws::Types::CustomDocumentEnrichmentConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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_configurationTypes::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_configurationTypes::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.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def role_arn
  @role_arn
end