Class: Aws::Kendra::Types::MemberUser
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::MemberUser
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
The users that belong to a group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_id ⇒ String
The identifier of the user you want to map to a group.
Instance Attribute Details
#user_id ⇒ String
The identifier of the user you want to map to a group.
7490 7491 7492 7493 7494 |
# File 'lib/aws-sdk-kendra/types.rb', line 7490 class MemberUser < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end |