Class: Aws::Types::DescribeKnowledgeBasePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeKnowledgeBasePermissionsRequest
- 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.
4859 4860 4861 |
# File 'sig/types.rbs', line 4859 def aws_account_id @aws_account_id end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
4860 4861 4862 |
# File 'sig/types.rbs', line 4860 def knowledge_base_id @knowledge_base_id end |