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)


3815
3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3815

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

#nameString

The user identifier.

Returns:

  • (String)


3815
3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3815

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

#typeString

The type of principal.

Returns:

  • (String)


3815
3816
3817
3818
3819
3820
3821
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3815

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