Class: Aws::Types::UpdateKnowledgeBaseTemplateUriRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKnowledgeBaseTemplateUriRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#template_uri ⇒ ::String
Returns the value of attribute template_uri.
Instance Attribute Details
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
3248 3249 3250 |
# File 'sig/types.rbs', line 3248 def knowledge_base_id @knowledge_base_id end |
#template_uri ⇒ ::String
Returns the value of attribute template_uri.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def template_uri @template_uri end |