Class: Aws::Types::AutomatedReasoningPolicyReportSourceDocument

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:document_name])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def document_name
  @document_name
end