Class: Aws::Types::CreateKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKnowledgeBaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
552 553 554 |
# File 'sig/types.rbs', line 552 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
554 555 556 |
# File 'sig/types.rbs', line 554 def description @description end |
#knowledge_base_configuration ⇒ Types::KnowledgeBaseConfiguration
Returns the value of attribute knowledge_base_configuration.
556 557 558 |
# File 'sig/types.rbs', line 556 def knowledge_base_configuration @knowledge_base_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
553 554 555 |
# File 'sig/types.rbs', line 553 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
555 556 557 |
# File 'sig/types.rbs', line 555 def role_arn @role_arn end |
#storage_configuration ⇒ Types::StorageConfiguration
Returns the value of attribute storage_configuration.
557 558 559 |
# File 'sig/types.rbs', line 557 def storage_configuration @storage_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
558 559 560 |
# File 'sig/types.rbs', line 558 def @tags end |