Class: Aws::Types::DeleteKnowledgeBaseDocumentsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def knowledge_base_id
  @knowledge_base_id
end