Class: Aws::Types::KnowledgeBaseSummary

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)


1664
1665
1666
# File 'sig/types.rbs', line 1664

def description
  @description
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def knowledge_base_id
  @knowledge_base_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "UPDATING", "FAILED", "DELETE_UNSUCCESSFUL", "UPDATE_UNSUCCESSFUL")


1665
1666
1667
# File 'sig/types.rbs', line 1665

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def updated_at
  @updated_at
end