Class: Aws::Types::AutomatedReasoningPolicyBuildWorkflowDocument
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedReasoningPolicyBuildWorkflowDocument
- 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_name ⇒ ::String
Returns the value of attribute document_name.
Instance Attribute Details
#document ⇒ ::String
Returns the value of attribute document.
409 410 411 |
# File 'sig/types.rbs', line 409 def document @document end |
#document_content_type ⇒ "pdf", "txt"
Returns the value of attribute document_content_type.
410 411 412 |
# File 'sig/types.rbs', line 410 def document_content_type @document_content_type end |
#document_description ⇒ ::String
Returns the value of attribute document_description.
412 413 414 |
# File 'sig/types.rbs', line 412 def document_description @document_description end |
#document_name ⇒ ::String
Returns the value of attribute document_name.
411 412 413 |
# File 'sig/types.rbs', line 411 def document_name @document_name end |