Class: Aws::Types::KnowledgeBaseDocumentDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def data_source_id
  @data_source_id
end

#identifierTypes::DocumentIdentifier

Returns the value of attribute identifier.



1630
1631
1632
# File 'sig/types.rbs', line 1630

def identifier
  @identifier
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1627
1628
1629
# File 'sig/types.rbs', line 1627

def knowledge_base_id
  @knowledge_base_id
end

#status"INDEXED", ...

Returns the value of attribute status.

Returns:

  • ("INDEXED", "PARTIALLY_INDEXED", "PENDING", "FAILED", "METADATA_PARTIALLY_INDEXED", "METADATA_UPDATE_FAILED", "IGNORED", "NOT_FOUND", "STARTING", "IN_PROGRESS", "DELETING", "DELETE_IN_PROGRESS")


1629
1630
1631
# File 'sig/types.rbs', line 1629

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1631
1632
1633
# File 'sig/types.rbs', line 1631

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def updated_at
  @updated_at
end