Class: Aws::Types::RetrieveAndGenerateConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_sources_configurationTypes::ExternalSourcesRetrieveAndGenerateConfiguration

Returns the value of attribute external_sources_configuration.



2406
2407
2408
# File 'sig/types.rbs', line 2406

def external_sources_configuration
  @external_sources_configuration
end

#knowledge_base_configurationTypes::KnowledgeBaseRetrieveAndGenerateConfiguration

Returns the value of attribute knowledge_base_configuration.



2407
2408
2409
# File 'sig/types.rbs', line 2407

def knowledge_base_configuration
  @knowledge_base_configuration
end

#type"KNOWLEDGE_BASE", "EXTERNAL_SOURCES"

Returns the value of attribute type.

Returns:

  • ("KNOWLEDGE_BASE", "EXTERNAL_SOURCES")


2408
2409
2410
# File 'sig/types.rbs', line 2408

def type
  @type
end