Class: Aws::Kendra::Types::MemberUser

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#user_idString

The identifier of the user you want to map to a group.

Returns:

  • (String)


7532
7533
7534
7535
7536
# File 'lib/aws-sdk-kendra/types.rb', line 7532

class MemberUser < Struct.new(
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end