Class: Aws::QBusiness::Types::MemberUser

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

Overview

The users that belong to a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of the user.

Returns:

  • (String)


4493
4494
4495
4496
4497
4498
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4493

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

#user_idString

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

Returns:

  • (String)


4493
4494
4495
4496
4497
4498
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4493

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