Class: Aws::Types::GetIngestedDocumentAclRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIngestedDocumentAclRequest
- 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.
Instance Attribute Details
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def data_source_id @data_source_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def document_id @document_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def knowledge_base_id @knowledge_base_id end |