Class: Aws::QBusiness::Types::AccessConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::AccessConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Used to configure access permissions for a document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_controls ⇒ Array<Types::AccessControl>
A list of ‘AccessControlList` objects.
-
#member_relation ⇒ String
Describes the member relation within the ‘AccessControlList` object.
Instance Attribute Details
#access_controls ⇒ Array<Types::AccessControl>
A list of ‘AccessControlList` objects.
65 66 67 68 69 70 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 65 class AccessConfiguration < Struct.new( :access_controls, :member_relation) SENSITIVE = [] include Aws::Structure end |
#member_relation ⇒ String
Describes the member relation within the ‘AccessControlList` object.
65 66 67 68 69 70 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 65 class AccessConfiguration < Struct.new( :access_controls, :member_relation) SENSITIVE = [] include Aws::Structure end |