Class: Aws::Types::DescribeKnowledgeBasePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeKnowledgeBasePermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#knowledge_base_arn ⇒ ::String
Returns the value of attribute knowledge_base_arn.
4865 4866 4867 |
# File 'sig/types.rbs', line 4865 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
4866 4867 4868 |
# File 'sig/types.rbs', line 4866 def knowledge_base_id @knowledge_base_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4867 4868 4869 |
# File 'sig/types.rbs', line 4867 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4868 4869 4870 |
# File 'sig/types.rbs', line 4868 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4869 4870 4871 |
# File 'sig/types.rbs', line 4869 def status @status end |