Class: Aws::QBusiness::Types::UsersAndGroups
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::UsersAndGroups
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Provides information about users and group names associated with a topic control rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_groups ⇒ Array<String>
The user group names associated with a topic control rule.
-
#user_ids ⇒ Array<String>
The user ids associated with a topic control rule.
Instance Attribute Details
#user_groups ⇒ Array<String>
The user group names associated with a topic control rule.
7711 7712 7713 7714 7715 7716 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7711 class UsersAndGroups < Struct.new( :user_ids, :user_groups) SENSITIVE = [] include Aws::Structure end |
#user_ids ⇒ Array<String>
The user ids associated with a topic control rule.
7711 7712 7713 7714 7715 7716 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 7711 class UsersAndGroups < Struct.new( :user_ids, :user_groups) SENSITIVE = [] include Aws::Structure end |