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.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def data_source_id @data_source_id end |
#document_id ⇒ ::String
Returns the value of attribute document_id.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def document_id @document_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def knowledge_base_id @knowledge_base_id end |