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.
12844 12845 12846 |
# File 'sig/types.rbs', line 12844 def access_control_configuration @access_control_configuration end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12837 12838 12839 |
# File 'sig/types.rbs', line 12837 def aws_account_id @aws_account_id end |
#description ⇒ ::String
Returns the value of attribute description.
12840 12841 12842 |
# File 'sig/types.rbs', line 12840 def description @description end |
#is_email_notification_opted_for_ingestion_failures ⇒ Boolean
Returns the value of attribute is_email_notification_opted_for_ingestion_failures.
12843 12844 12845 |
# File 'sig/types.rbs', line 12843 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.
12841 12842 12843 |
# File 'sig/types.rbs', line 12841 def knowledge_base_configuration @knowledge_base_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
12838 12839 12840 |
# File 'sig/types.rbs', line 12838 def knowledge_base_id @knowledge_base_id end |
#media_extraction_configuration ⇒ Types::MediaExtractionConfiguration
Returns the value of attribute media_extraction_configuration.
12842 12843 12844 |
# File 'sig/types.rbs', line 12842 def media_extraction_configuration @media_extraction_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
12839 12840 12841 |
# File 'sig/types.rbs', line 12839 def name @name end |