Class: Aws::Types::DeleteKnowledgeBaseDocumentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKnowledgeBaseDocumentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
-
#document_identifiers ⇒ ::Array[Types::DocumentIdentifier]
Returns the value of attribute document_identifiers.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
811 812 813 |
# File 'sig/types.rbs', line 811 def client_token @client_token end |
#data_source_id ⇒ ::String
Returns the value of attribute data_source_id.
810 811 812 |
# File 'sig/types.rbs', line 810 def data_source_id @data_source_id end |
#document_identifiers ⇒ ::Array[Types::DocumentIdentifier]
Returns the value of attribute document_identifiers.
812 813 814 |
# File 'sig/types.rbs', line 812 def document_identifiers @document_identifiers end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
809 810 811 |
# File 'sig/types.rbs', line 809 def knowledge_base_id @knowledge_base_id end |