Class: Aws::Types::InlineCustomDocumentEnrichmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InlineCustomDocumentEnrichmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ Types::DocumentAttributeCondition
Returns the value of attribute condition.
-
#document_content_deletion ⇒ Boolean
Returns the value of attribute document_content_deletion.
-
#target ⇒ Types::DocumentAttributeTarget
Returns the value of attribute target.
Instance Attribute Details
#condition ⇒ Types::DocumentAttributeCondition
Returns the value of attribute condition.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def condition @condition end |
#document_content_deletion ⇒ Boolean
Returns the value of attribute document_content_deletion.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def document_content_deletion @document_content_deletion end |
#target ⇒ Types::DocumentAttributeTarget
Returns the value of attribute target.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def target @target end |