Class: Aws::BedrockAgent::Types::DocumentAccessControlEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DocumentAccessControlEntry
- 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
-
#access ⇒ String
Whether to allow or deny access.
-
#name ⇒ String
The user identifier.
-
#type ⇒ String
The type of principal.
Instance Attribute Details
#access ⇒ String
Whether to allow or deny access.
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 |
#name ⇒ String
The user identifier.
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 |
#type ⇒ String
The type of principal.
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 |