Class: Aws::Types::IngestKnowledgeBaseDocumentsRequest

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)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def client_token
  @client_token
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def data_source_id
  @data_source_id
end

#documents::Array[Types::KnowledgeBaseDocument]

Returns the value of attribute documents.

Returns:



1496
1497
1498
# File 'sig/types.rbs', line 1496

def documents
  @documents
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def knowledge_base_id
  @knowledge_base_id
end