Class: Aws::Types::CreateKnowledgeBaseRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • ("EXTERNAL", "CUSTOM", "QUICK_RESPONSES", "MESSAGE_TEMPLATES", "MANAGED")


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.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def name
  @name
end

#rendering_configurationTypes::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_configurationTypes::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_configurationTypes::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.

Returns:

  • (::Hash[::String, ::String])


741
742
743
# File 'sig/types.rbs', line 741

def tags
  @tags
end

#vector_ingestion_configurationTypes::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