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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def data_source_id @data_source_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def document_id @document_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def knowledge_base_id @knowledge_base_id end |
#output_format ⇒ "RAW", "EXTRACTED"
Returns the value of attribute output_format.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def output_format @output_format end |
#user_context ⇒ Types::UserContext
Returns the value of attribute user_context.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def user_context @user_context end |