Class: Aws::Types::AssistantAssociationOutputData

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

Defined Under Namespace

Classes: ExternalBedrockKnowledgeBaseConfig, KnowledgeBaseAssociation, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_bedrock_knowledge_base_configTypes::ExternalBedrockKnowledgeBaseConfig

Returns the value of attribute external_bedrock_knowledge_base_config.



309
310
311
# File 'sig/types.rbs', line 309

def external_bedrock_knowledge_base_config
  @external_bedrock_knowledge_base_config
end

#knowledge_base_associationTypes::KnowledgeBaseAssociationData

Returns the value of attribute knowledge_base_association.



308
309
310
# File 'sig/types.rbs', line 308

def knowledge_base_association
  @knowledge_base_association
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


310
311
312
# File 'sig/types.rbs', line 310

def unknown
  @unknown
end