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.
7088 7089 7090 |
# File 'sig/types.rbs', line 7088 def access_control_configuration @access_control_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
7090 7091 7092 |
# File 'sig/types.rbs', line 7090 def created_at @created_at end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
7085 7086 7087 |
# File 'sig/types.rbs', line 7085 def data_source_arn @data_source_arn end |
#description ⇒ ::String
Returns the value of attribute description.
7092 7093 7094 |
# File 'sig/types.rbs', line 7092 def description @description end |
#document_count ⇒ ::Integer
Returns the value of attribute document_count.
7098 7099 7100 |
# File 'sig/types.rbs', line 7098 def document_count @document_count end |
#first_completed_ingestion_summary ⇒ Types::KnowledgeBaseIngestionSummary
Returns the value of attribute first_completed_ingestion_summary.
7094 7095 7096 |
# File 'sig/types.rbs', line 7094 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.
7095 7096 7097 |
# File 'sig/types.rbs', line 7095 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.
7093 7094 7095 |
# File 'sig/types.rbs', line 7093 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.
7081 7082 7083 |
# File 'sig/types.rbs', line 7081 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
7086 7087 7088 |
# File 'sig/types.rbs', line 7086 def knowledge_base_configuration @knowledge_base_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
7082 7083 7084 |
# File 'sig/types.rbs', line 7082 def knowledge_base_id @knowledge_base_id end |
#knowledge_base_size_bytes ⇒ ::Integer
Returns the value of attribute knowledge_base_size_bytes.
7097 7098 7099 |
# File 'sig/types.rbs', line 7097 def knowledge_base_size_bytes @knowledge_base_size_bytes end |
#latest_ingestion_summary ⇒ Types::KnowledgeBaseIngestionSummary
Returns the value of attribute latest_ingestion_summary.
7096 7097 7098 |
# File 'sig/types.rbs', line 7096 def latest_ingestion_summary @latest_ingestion_summary end |
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
Returns the value of attribute media_extraction_configuration.
7087 7088 7089 |
# File 'sig/types.rbs', line 7087 def media_extraction_configuration @media_extraction_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
7083 7084 7085 |
# File 'sig/types.rbs', line 7083 def name @name end |
#primary_owner_arn ⇒ ::String
Returns the value of attribute primary_owner_arn.
7099 7100 7101 |
# File 'sig/types.rbs', line 7099 def primary_owner_arn @primary_owner_arn end |
#primary_owner_username ⇒ ::String
Returns the value of attribute primary_owner_username.
7100 7101 7102 |
# File 'sig/types.rbs', line 7100 def primary_owner_username @primary_owner_username end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
7084 7085 7086 |
# File 'sig/types.rbs', line 7084 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
7089 7090 7091 |
# File 'sig/types.rbs', line 7089 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7091 7092 7093 |
# File 'sig/types.rbs', line 7091 def updated_at @updated_at end |