Class: Aws::Types::DeleteKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteKnowledgeBaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3982 3983 3984 |
# File 'sig/types.rbs', line 3982 def aws_account_id @aws_account_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
3983 3984 3985 |
# File 'sig/types.rbs', line 3983 def knowledge_base_id @knowledge_base_id end |