Class: Aws::QuickSight::Types::AccessControlConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The access control settings for a knowledge base. Use this structure to enable or disable document-level access control lists (ACLs) that filter query results based on the permissions from the source data connector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_acl_enabledBoolean

Specifies whether ACLs are enabled for the knowledge base.

Returns:

  • (Boolean)


48
49
50
51
52
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 48

class AccessControlConfiguration < Struct.new(
  :is_acl_enabled)
  SENSITIVE = []
  include Aws::Structure
end