Class: Aws::Types::GetDocumentContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#document_id ⇒ ::String
Returns the value of attribute document_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#output_format ⇒ "RAW", "EXTRACTED"
Returns the value of attribute output_format.
-
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def data_source_id @data_source_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def document_id @document_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def knowledge_base_id @knowledge_base_id end |
#output_format ⇒ "RAW", "EXTRACTED"
Returns the value of attribute output_format.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def output_format @output_format end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def user_context @user_context end |