Class: Aws::Kendra::Types::HierarchicalPrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::HierarchicalPrincipal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Information to define the hierarchy for which documents users should have access to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#principal_list ⇒ Array<Types::Principal>
A list of [principal] lists that define the hierarchy for which documents users should have access to.
Instance Attribute Details
#principal_list ⇒ Array<Types::Principal>
A list of [principal] lists that define the hierarchy for which documents users should have access to. Each hierarchical list specifies which user or group has allow or deny access for each document.
[1]: docs.aws.amazon.com/kendra/latest/dg/API_Principal.html
6388 6389 6390 6391 6392 |
# File 'lib/aws-sdk-kendra/types.rb', line 6388 class HierarchicalPrincipal < Struct.new( :principal_list) SENSITIVE = [] include Aws::Structure end |