Class: Aws::BedrockAgent::Types::DocumentAccessControlEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

An access control entry specifying a principal and their access level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accessString

Whether to allow or deny access.

Returns:

  • (String)


3758
3759
3760
3761
3762
3763
3764
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3758

class DocumentAccessControlEntry < Struct.new(
  :name,
  :type,
  :access)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The user identifier.

Returns:

  • (String)


3758
3759
3760
3761
3762
3763
3764
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3758

class DocumentAccessControlEntry < Struct.new(
  :name,
  :type,
  :access)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of principal.

Returns:

  • (String)


3758
3759
3760
3761
3762
3763
3764
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3758

class DocumentAccessControlEntry < Struct.new(
  :name,
  :type,
  :access)
  SENSITIVE = []
  include Aws::Structure
end