Class: Aws::QBusiness::Types::DeleteGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::DeleteGroupRequest
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application in which the group mapping belongs.
-
#data_source_id ⇒ String
The identifier of the data source linked to the group.
-
#group_name ⇒ String
The name of the group you want to delete.
-
#index_id ⇒ String
The identifier of the index you want to delete the group from.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application in which the group mapping belongs.
3110 3111 3112 3113 3114 3115 3116 3117 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3110 class DeleteGroupRequest < Struct.new( :application_id, :index_id, :group_name, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#data_source_id ⇒ String
The identifier of the data source linked to the group
A group can be tied to multiple data sources. You can delete a group from accessing documents in a certain data source. For example, the groups "Research", "Engineering", and "Sales and Marketing" are all tied to the company's documents stored in the data sources Confluence and Salesforce. You want to delete "Research" and "Engineering" groups from Salesforce, so that these groups cannot access customer-related documents stored in Salesforce. Only "Sales and Marketing" should access documents in the Salesforce data source.
3110 3111 3112 3113 3114 3115 3116 3117 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3110 class DeleteGroupRequest < Struct.new( :application_id, :index_id, :group_name, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the group you want to delete.
3110 3111 3112 3113 3114 3115 3116 3117 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3110 class DeleteGroupRequest < Struct.new( :application_id, :index_id, :group_name, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index you want to delete the group from.
3110 3111 3112 3113 3114 3115 3116 3117 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3110 class DeleteGroupRequest < Struct.new( :application_id, :index_id, :group_name, :data_source_id) SENSITIVE = [] include Aws::Structure end |