Class: Aws::Types::InlineCustomDocumentEnrichmentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditionTypes::DocumentAttributeCondition

Returns the value of attribute condition.



1272
1273
1274
# File 'sig/types.rbs', line 1272

def condition
  @condition
end

#document_content_deletionBoolean

Returns the value of attribute document_content_deletion.

Returns:

  • (Boolean)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def document_content_deletion
  @document_content_deletion
end

#targetTypes::DocumentAttributeTarget

Returns the value of attribute target.



1273
1274
1275
# File 'sig/types.rbs', line 1273

def target
  @target
end