Class: Aws::Types::AssociateAgentKnowledgeBaseRequest

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)


261
262
263
# File 'sig/types.rbs', line 261

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def agent_version
  @agent_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def description
  @description
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_state"ENABLED", "DISABLED"

Returns the value of attribute knowledge_base_state.

Returns:

  • ("ENABLED", "DISABLED")


265
266
267
# File 'sig/types.rbs', line 265

def knowledge_base_state
  @knowledge_base_state
end