Class: Aws::QBusiness::Types::GetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the application id the group is attached to.
-
#data_source_id ⇒ String
The identifier of the data source the group is attached to.
-
#group_name ⇒ String
The name of the group.
-
#index_id ⇒ String
The identifier of the index the group is attached to.
Instance Attribute Details
#application_id ⇒ String
The identifier of the application id the group is attached to.
3914 3915 3916 3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3914 class GetGroupRequest < 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 the group is attached to.
3914 3915 3916 3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3914 class GetGroupRequest < Struct.new( :application_id, :index_id, :group_name, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#group_name ⇒ String
The name of the group.
3914 3915 3916 3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3914 class GetGroupRequest < Struct.new( :application_id, :index_id, :group_name, :data_source_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index the group is attached to.
3914 3915 3916 3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 3914 class GetGroupRequest < Struct.new( :application_id, :index_id, :group_name, :data_source_id) SENSITIVE = [] include Aws::Structure end |