Class: Aws::Types::UpdateKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKnowledgeBaseRequest
- 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.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_email_notification_opted_for_ingestion_failures ⇒ Boolean
Returns the value of attribute is_email_notification_opted_for_ingestion_failures.
-
#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.
-
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
Returns the value of attribute media_extraction_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#access_control_configuration ⇒ Types::AccessControlConfiguration
Returns the value of attribute access_control_configuration.
12402 12403 12404 |
# File 'sig/types.rbs', line 12402 def access_control_configuration @access_control_configuration end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12395 12396 12397 |
# File 'sig/types.rbs', line 12395 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
12398 12399 12400 |
# File 'sig/types.rbs', line 12398 def description @description end |
#is_email_notification_opted_for_ingestion_failures ⇒ Boolean
Returns the value of attribute is_email_notification_opted_for_ingestion_failures.
12401 12402 12403 |
# File 'sig/types.rbs', line 12401 def is_email_notification_opted_for_ingestion_failures @is_email_notification_opted_for_ingestion_failures end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
12399 12400 12401 |
# File 'sig/types.rbs', line 12399 def knowledge_base_configuration @knowledge_base_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
12396 12397 12398 |
# File 'sig/types.rbs', line 12396 def knowledge_base_id @knowledge_base_id end |
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
Returns the value of attribute media_extraction_configuration.
12400 12401 12402 |
# File 'sig/types.rbs', line 12400 def media_extraction_configuration @media_extraction_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
12397 12398 12399 |
# File 'sig/types.rbs', line 12397 def name @name end |