Class: Aws::Types::UpdateKnowledgeBasePermissionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12378
12379
12380
# File 'sig/types.rbs', line 12378

def 
  @aws_account_id
end

#grant_permissions::Array[Types::ResourcePermission]

Returns the value of attribute grant_permissions.

Returns:



12380
12381
12382
# File 'sig/types.rbs', line 12380

def grant_permissions
  @grant_permissions
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


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.

Returns:



12381
12382
12383
# File 'sig/types.rbs', line 12381

def revoke_permissions
  @revoke_permissions
end