Class: Aws::Types::KnowledgeBaseData
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBaseData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#ingestion_failure_reasons ⇒ ::Array[::String]
Returns the value of attribute ingestion_failure_reasons.
-
#ingestion_status ⇒ "SYNC_FAILED", ...
Returns the value of attribute ingestion_status.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#knowledge_base_type ⇒ "EXTERNAL", ...
Returns the value of attribute knowledge_base_type.
-
#last_content_modification_time ⇒ ::Time
Returns the value of attribute last_content_modification_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rendering_configuration ⇒ Types::RenderingConfiguration
Returns the value of attribute rendering_configuration.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Returns the value of attribute vector_ingestion_configuration.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
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.
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.
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.
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.
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.
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.
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.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def name @name end |
#rendering_configuration ⇒ Types::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_configuration ⇒ Types::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_configuration ⇒ Types::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.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def @tags end |
#vector_ingestion_configuration ⇒ Types::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 |