Class: Aws::QBusiness::Types::DocumentAclGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Represents a group in the document's ACL, used to define access permissions for multiple users collectively.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the group in the document's ACL. This is used to identify the group when applying access rules.

Returns:

  • (String)


3683
3684
3685
3686
3687
3688
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3683

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

#typeString

The type of the group. This indicates the scope of the group's applicability in access control.

Returns:

  • (String)


3683
3684
3685
3686
3687
3688
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3683

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