Class: Aws::Types::KnowledgeBaseData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def description
  @description
end

#ingestion_failure_reasons::Array[::String]

Returns the value of attribute ingestion_failure_reasons.

Returns:

  • (::Array[::String])


1602
1603
1604
# File 'sig/types.rbs', line 1602

def ingestion_failure_reasons
  @ingestion_failure_reasons
end

#ingestion_status"SYNC_FAILED", ...

Returns the value of attribute ingestion_status.

Returns:

  • ("SYNC_FAILED", "SYNCING_IN_PROGRESS", "SYNC_SUCCESS", "CREATE_IN_PROGRESS")


1601
1602
1603
# File 'sig/types.rbs', line 1601

def ingestion_status
  @ingestion_status
end

#knowledge_base_arn::String

Returns the value of attribute knowledge_base_arn.

Returns:

  • (::String)


1590
1591
1592
# File 'sig/types.rbs', line 1590

def knowledge_base_arn
  @knowledge_base_arn
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1589
1590
1591
# File 'sig/types.rbs', line 1589

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_type"EXTERNAL", ...

Returns the value of attribute knowledge_base_type.

Returns:

  • ("EXTERNAL", "CUSTOM", "QUICK_RESPONSES", "MESSAGE_TEMPLATES", "MANAGED")


1592
1593
1594
# File 'sig/types.rbs', line 1592

def knowledge_base_type
  @knowledge_base_type
end

#last_content_modification_time::Time

Returns the value of attribute last_content_modification_time.

Returns:

  • (::Time)


1594
1595
1596
# File 'sig/types.rbs', line 1594

def last_content_modification_time
  @last_content_modification_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1591
1592
1593
# File 'sig/types.rbs', line 1591

def name
  @name
end

#rendering_configurationTypes::RenderingConfiguration

Returns the value of attribute rendering_configuration.



1597
1598
1599
# File 'sig/types.rbs', line 1597

def rendering_configuration
  @rendering_configuration
end

#server_side_encryption_configurationTypes::ServerSideEncryptionConfiguration

Returns the value of attribute server_side_encryption_configuration.



1598
1599
1600
# File 'sig/types.rbs', line 1598

def server_side_encryption_configuration
  @server_side_encryption_configuration
end

#source_configurationTypes::SourceConfiguration

Returns the value of attribute source_configuration.



1596
1597
1598
# File 'sig/types.rbs', line 1596

def source_configuration
  @source_configuration
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


1593
1594
1595
# File 'sig/types.rbs', line 1593

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1600
1601
1602
# File 'sig/types.rbs', line 1600

def tags
  @tags
end

#vector_ingestion_configurationTypes::VectorIngestionConfiguration

Returns the value of attribute vector_ingestion_configuration.



1595
1596
1597
# File 'sig/types.rbs', line 1595

def vector_ingestion_configuration
  @vector_ingestion_configuration
end