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.
5087 5088 5089 |
# File 'sig/types.rbs', line 5087 def knowledge_base_arn @knowledge_base_arn end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
5088 5089 5090 |
# File 'sig/types.rbs', line 5088 def knowledge_base_id @knowledge_base_id end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
5089 5090 5091 |
# File 'sig/types.rbs', line 5089 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5090 5091 5092 |
# File 'sig/types.rbs', line 5090 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5091 5092 5093 |
# File 'sig/types.rbs', line 5091 def status @status end |