Class: Aws::Kendra::Types::MemberGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::MemberGroup
- 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
-
#data_source_id ⇒ String
The identifier of the data source for the sub group you want to map to a group.
-
#group_id ⇒ String
The identifier of the sub group you want to map to a group.
Instance Attribute Details
#data_source_id ⇒ String
The identifier of the data source for the sub group you want to map to a group.
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_id ⇒ String
The identifier of the sub group you want to map to a group.
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 |