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.



3376
3377
3378
# File 'sig/types.rbs', line 3376

def external_sources_configuration
  @external_sources_configuration
end

#knowledge_base_configurationTypes::KnowledgeBaseRetrieveAndGenerateConfiguration

Returns the value of attribute knowledge_base_configuration.



3375
3376
3377
# File 'sig/types.rbs', line 3375

def knowledge_base_configuration
  @knowledge_base_configuration
end

#type"KNOWLEDGE_BASE", "EXTERNAL_SOURCES"

Returns the value of attribute type.

Returns:

  • ("KNOWLEDGE_BASE", "EXTERNAL_SOURCES")


3374
3375
3376
# File 'sig/types.rbs', line 3374

def type
  @type
end