Class: Aws::QBusiness::Types::MemberUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::MemberUser
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
The users that belong to a group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The type of the user.
-
#user_id ⇒ String
The identifier of the user you want to map to a group.
Instance Attribute Details
#type ⇒ String
The type of the user.
5728 5729 5730 5731 5732 5733 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5728 class MemberUser < Struct.new( :user_id, :type) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The identifier of the user you want to map to a group.
5728 5729 5730 5731 5732 5733 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5728 class MemberUser < Struct.new( :user_id, :type) SENSITIVE = [] include Aws::Structure end |