Class: Aws::Types::UpdateAgentKnowledgeBaseRequest

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)


2926
2927
2928
# File 'sig/types.rbs', line 2926

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


2927
2928
2929
# File 'sig/types.rbs', line 2927

def agent_version
  @agent_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2929
2930
2931
# File 'sig/types.rbs', line 2929

def description
  @description
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2928
2929
2930
# File 'sig/types.rbs', line 2928

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_state"ENABLED", "DISABLED"

Returns the value of attribute knowledge_base_state.

Returns:

  • ("ENABLED", "DISABLED")


2930
2931
2932
# File 'sig/types.rbs', line 2930

def knowledge_base_state
  @knowledge_base_state
end