Get Knowledge Base Result
data class GetKnowledgeBaseResult(val createdAt: String? = null, val description: String? = null, val failureReasons: List<String>? = null, val knowledgeBaseArn: String? = null, val knowledgeBaseId: String? = null, val name: String? = null, val roleArn: String? = null, val status: KnowledgeBaseStatus? = null, val tags: Map<String, String>? = null, val updatedAt: String? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, failureReasons: List<String>? = null, knowledgeBaseArn: String? = null, knowledgeBaseId: String? = null, name: String? = null, roleArn: String? = null, status: KnowledgeBaseStatus? = null, tags: Map<String, String>? = null, updatedAt: String? = null)
Properties
Link copied to clipboard
Description of the Resource.
Link copied to clipboard
A list of reasons that the API operation on the knowledge base failed.
Link copied to clipboard
The ARN of the knowledge base.
Link copied to clipboard
The unique identifier of the knowledge base.
Link copied to clipboard
The status of the knowledge base.