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)


206
207
208
# File 'sig/types.rbs', line 206

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

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


213
214
215
# File 'sig/types.rbs', line 213

def tags
  @tags
end