Class: Aws::Types::AgentKnowledgeBaseSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def description
  @description
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def knowledge_base_id
  @knowledge_base_id
end

#knowledge_base_state"ENABLED", "DISABLED"

Returns the value of attribute knowledge_base_state.

Returns:

  • ("ENABLED", "DISABLED")


191
192
193
# File 'sig/types.rbs', line 191

def knowledge_base_state
  @knowledge_base_state
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


192
193
194
# File 'sig/types.rbs', line 192

def updated_at
  @updated_at
end