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.
12378 12379 12380 |
# File 'sig/types.rbs', line 12378 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12380 12381 12382 |
# File 'sig/types.rbs', line 12380 def @grant_permissions end |
#knowledge_base_id ⇒ ::String
Returns the value of attribute knowledge_base_id.
12379 12380 12381 |
# File 'sig/types.rbs', line 12379 def knowledge_base_id @knowledge_base_id end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12381 12382 12383 |
# File 'sig/types.rbs', line 12381 def @revoke_permissions end |