Class: Aws::Types::AgentKnowledgeBase

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)


178
179
180
# File 'sig/types.rbs', line 178

def agent_id
  @agent_id
end

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def agent_version
  @agent_version
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


182
183
184
# File 'sig/types.rbs', line 182

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def description
  @description
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_state"ENABLED", "DISABLED"

Returns the value of attribute knowledge_base_state.

Returns:

  • ("ENABLED", "DISABLED")


184
185
186
# File 'sig/types.rbs', line 184

def knowledge_base_state
  @knowledge_base_state
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


183
184
185
# File 'sig/types.rbs', line 183

def updated_at
  @updated_at
end