Class: Aws::Types::DeleteKnowledgeBaseResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def knowledge_base_id
  @knowledge_base_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


828
829
830
# File 'sig/types.rbs', line 828

def status
  @status
end