Class: Aws::Types::AutomatedReasoningPolicySourceDocument
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicySourceDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document ⇒ ::String
Returns the value of attribute document.
-
#document_content_type ⇒ "pdf", "txt"
Returns the value of attribute document_content_type.
-
#document_description ⇒ ::String
Returns the value of attribute document_description.
-
#document_hash ⇒ ::String
Returns the value of attribute document_hash.
-
#document_name ⇒ ::String
Returns the value of attribute document_name.
Instance Attribute Details
#document ⇒ ::String
Returns the value of attribute document.
661 662 663 |
# File 'sig/types.rbs', line 661 def document @document end |
#document_content_type ⇒ "pdf", "txt"
Returns the value of attribute document_content_type.
662 663 664 |
# File 'sig/types.rbs', line 662 def document_content_type @document_content_type end |
#document_description ⇒ ::String
Returns the value of attribute document_description.
664 665 666 |
# File 'sig/types.rbs', line 664 def document_description @document_description end |
#document_hash ⇒ ::String
Returns the value of attribute document_hash.
665 666 667 |
# File 'sig/types.rbs', line 665 def document_hash @document_hash end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
663 664 665 |
# File 'sig/types.rbs', line 663 def document_name @document_name end |