Class: Aws::Types::UpdateKnowledgeBasePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateKnowledgeBasePermissionsRequest
- 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.
-
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
-
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
-
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12820 12821 12822 |
# File 'sig/types.rbs', line 12820 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12822 12823 12824 |
# File 'sig/types.rbs', line 12822 def @grant_permissions end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
12821 12822 12823 |
# File 'sig/types.rbs', line 12821 def knowledge_base_id @knowledge_base_id end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12823 12824 12825 |
# File 'sig/types.rbs', line 12823 def @revoke_permissions end |