Class: Aws::Kendra::Types::MemberGroup

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

Overview

The sub groups that belong to a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The identifier of the data source for the sub group you want to map to a group.

Returns:

  • (String)


7475
7476
7477
7478
7479
7480
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7475

class MemberGroup < Struct.new(
  :group_id,
  :data_source_id)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

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

Returns:

  • (String)


7475
7476
7477
7478
7479
7480
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7475

class MemberGroup < Struct.new(
  :group_id,
  :data_source_id)
  SENSITIVE = []
  include Aws::Structure
end