Class: Aws::Types::AutomatedReasoningPolicyReportSourceDocument
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyReportSourceDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#atomic_statements ⇒ ::Array[Types::AutomatedReasoningPolicyAtomicStatement]
Returns the value of attribute atomic_statements.
-
#document_content ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotatedChunk]
Returns the value of attribute document_content.
-
#document_hash ⇒ ::String
Returns the value of attribute document_hash.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
Instance Attribute Details
#atomic_statements ⇒ ::Array[Types::AutomatedReasoningPolicyAtomicStatement]
Returns the value of attribute atomic_statements.
633 634 635 |
# File 'sig/types.rbs', line 633 def atomic_statements @atomic_statements end |
#document_content ⇒ ::Array[Types::AutomatedReasoningPolicyAnnotatedChunk]
Returns the value of attribute document_content.
634 635 636 |
# File 'sig/types.rbs', line 634 def document_content @document_content end |
#document_hash ⇒ ::String
Returns the value of attribute document_hash.
631 632 633 |
# File 'sig/types.rbs', line 631 def document_hash @document_hash end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
632 633 634 |
# File 'sig/types.rbs', line 632 def document_id @document_id end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
630 631 632 |
# File 'sig/types.rbs', line 630 def document_name @document_name end |