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_type ⇒ "EXTERNAL", ...
Returns the value of attribute knowledge_base_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rendering_configuration ⇒ Types::RenderingConfiguration
Returns the value of attribute rendering_configuration.
-
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
-
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
206 207 208 |
# File 'sig/types.rbs', line 206 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
207 208 209 |
# File 'sig/types.rbs', line 207 def description @description end |
#knowledge_base_type ⇒ "EXTERNAL", ...
Returns the value of attribute knowledge_base_type.
208 209 210 |
# File 'sig/types.rbs', line 208 def knowledge_base_type @knowledge_base_type end |
#name ⇒ ::String
Returns the value of attribute name.
209 210 211 |
# File 'sig/types.rbs', line 209 def name @name end |
#rendering_configuration ⇒ Types::RenderingConfiguration
Returns the value of attribute rendering_configuration.
210 211 212 |
# File 'sig/types.rbs', line 210 def rendering_configuration @rendering_configuration end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
211 212 213 |
# File 'sig/types.rbs', line 211 def server_side_encryption_configuration @server_side_encryption_configuration end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
212 213 214 |
# File 'sig/types.rbs', line 212 def source_configuration @source_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
213 214 215 |
# File 'sig/types.rbs', line 213 def @tags end |