Class: Aws::Types::UpdateKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKnowledgeBaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def description @description end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def knowledge_base_configuration @knowledge_base_configuration end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def knowledge_base_id @knowledge_base_id end |
#name ⇒ ::String
Returns the value of attribute name.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def role_arn @role_arn end |
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def storage_configuration @storage_configuration end |