Class: Aws::Types::KnowledgeBase
- Inherits:
-
Object
- Object
- Aws::Types::KnowledgeBase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_control_configuration ⇒ Types::AccessControlConfiguration
Returns the value of attribute access_control_configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#document_count ⇒ ::Integer
Returns the value of attribute document_count.
-
#first_completed_ingestion_summary ⇒ Types::KnowledgeBaseIngestionSummary
Returns the value of attribute first_completed_ingestion_summary.
-
#first_incomplete_ingestion_summary ⇒ Types::KnowledgeBaseIngestionSummary
Returns the value of attribute first_incomplete_ingestion_summary.
-
#is_email_notification_opted_for_ingestion_failures ⇒ Boolean
Returns the value of attribute is_email_notification_opted_for_ingestion_failures.
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#knowledge_base_size_bytes ⇒ ::Integer
Returns the value of attribute knowledge_base_size_bytes.
-
#latest_ingestion_summary ⇒ Types::KnowledgeBaseIngestionSummary
Returns the value of attribute latest_ingestion_summary.
-
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
Returns the value of attribute media_extraction_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#primary_owner_arn ⇒ ::String
Returns the value of attribute primary_owner_arn.
-
#primary_owner_username ⇒ ::String
Returns the value of attribute primary_owner_username.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#access_control_configuration ⇒ Types::AccessControlConfiguration
Returns the value of attribute access_control_configuration.
7354 7355 7356 |
# File 'sig/types.rbs', line 7354 def access_control_configuration @access_control_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
7356 7357 7358 |
# File 'sig/types.rbs', line 7356 def created_at @created_at end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
7351 7352 7353 |
# File 'sig/types.rbs', line 7351 def data_source_arn @data_source_arn end |
#description ⇒ ::String
Returns the value of attribute description.
7358 7359 7360 |
# File 'sig/types.rbs', line 7358 def description @description end |
#document_count ⇒ ::Integer
Returns the value of attribute document_count.
7364 7365 7366 |
# File 'sig/types.rbs', line 7364 def document_count @document_count end |
#first_completed_ingestion_summary ⇒ Types::KnowledgeBaseIngestionSummary
Returns the value of attribute first_completed_ingestion_summary.
7360 7361 7362 |
# File 'sig/types.rbs', line 7360 def first_completed_ingestion_summary @first_completed_ingestion_summary end |
#first_incomplete_ingestion_summary ⇒ Types::KnowledgeBaseIngestionSummary
Returns the value of attribute first_incomplete_ingestion_summary.
7361 7362 7363 |
# File 'sig/types.rbs', line 7361 def first_incomplete_ingestion_summary @first_incomplete_ingestion_summary end |
#is_email_notification_opted_for_ingestion_failures ⇒ Boolean
Returns the value of attribute is_email_notification_opted_for_ingestion_failures.
7359 7360 7361 |
# File 'sig/types.rbs', line 7359 def is_email_notification_opted_for_ingestion_failures @is_email_notification_opted_for_ingestion_failures end |
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
7347 7348 7349 |
# File 'sig/types.rbs', line 7347 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
7352 7353 7354 |
# File 'sig/types.rbs', line 7352 def knowledge_base_configuration @knowledge_base_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
7348 7349 7350 |
# File 'sig/types.rbs', line 7348 def knowledge_base_id @knowledge_base_id end |
#knowledge_base_size_bytes ⇒ ::Integer
Returns the value of attribute knowledge_base_size_bytes.
7363 7364 7365 |
# File 'sig/types.rbs', line 7363 def knowledge_base_size_bytes @knowledge_base_size_bytes end |
#latest_ingestion_summary ⇒ Types::KnowledgeBaseIngestionSummary
Returns the value of attribute latest_ingestion_summary.
7362 7363 7364 |
# File 'sig/types.rbs', line 7362 def latest_ingestion_summary @latest_ingestion_summary end |
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
Returns the value of attribute media_extraction_configuration.
7353 7354 7355 |
# File 'sig/types.rbs', line 7353 def media_extraction_configuration @media_extraction_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
7349 7350 7351 |
# File 'sig/types.rbs', line 7349 def name @name end |
#primary_owner_arn ⇒ ::String
Returns the value of attribute primary_owner_arn.
7365 7366 7367 |
# File 'sig/types.rbs', line 7365 def primary_owner_arn @primary_owner_arn end |
#primary_owner_username ⇒ ::String
Returns the value of attribute primary_owner_username.
7366 7367 7368 |
# File 'sig/types.rbs', line 7366 def primary_owner_username @primary_owner_username end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
7350 7351 7352 |
# File 'sig/types.rbs', line 7350 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
7355 7356 7357 |
# File 'sig/types.rbs', line 7355 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7357 7358 7359 |
# File 'sig/types.rbs', line 7357 def updated_at @updated_at end |