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.
-
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Returns the value of attribute vector_ingestion_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
733 734 735 |
# File 'sig/types.rbs', line 733 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
740 741 742 |
# File 'sig/types.rbs', line 740 def description @description end |
#knowledge_base_type ⇒ "EXTERNAL", ...
Returns the value of attribute knowledge_base_type.
735 736 737 |
# File 'sig/types.rbs', line 735 def knowledge_base_type @knowledge_base_type end |
#name ⇒ ::String
Returns the value of attribute name.
734 735 736 |
# File 'sig/types.rbs', line 734 def name @name end |
#rendering_configuration ⇒ Types::RenderingConfiguration
Returns the value of attribute rendering_configuration.
737 738 739 |
# File 'sig/types.rbs', line 737 def rendering_configuration @rendering_configuration end |
#server_side_encryption_configuration ⇒ Types::ServerSideEncryptionConfiguration
Returns the value of attribute server_side_encryption_configuration.
739 740 741 |
# File 'sig/types.rbs', line 739 def server_side_encryption_configuration @server_side_encryption_configuration end |
#source_configuration ⇒ Types::SourceConfiguration
Returns the value of attribute source_configuration.
736 737 738 |
# File 'sig/types.rbs', line 736 def source_configuration @source_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
741 742 743 |
# File 'sig/types.rbs', line 741 def @tags end |
#vector_ingestion_configuration ⇒ Types::VectorIngestionConfiguration
Returns the value of attribute vector_ingestion_configuration.
738 739 740 |
# File 'sig/types.rbs', line 738 def vector_ingestion_configuration @vector_ingestion_configuration end |