Class: Aws::Types::DisassociateAgentKnowledgeBaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


874
875
876
# File 'sig/types.rbs', line 874

def agent_version
  @agent_version
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def knowledge_base_id
  @knowledge_base_id
end