Class: Aws::Types::BatchDeleteKnowledgeBaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteKnowledgeBaseRequest
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute knowledge_base_ids.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def aws_account_id @aws_account_id end |
#knowledge_base_ids ⇒ ::Array[::String]
Returns the value of attribute knowledge_base_ids.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def knowledge_base_ids @knowledge_base_ids end |