Class: Aws::QBusiness::Types::GetGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the application id the group is attached to.

Returns:

  • (String)


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_idString

The identifier of the data source the group is attached to.

Returns:

  • (String)


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_nameString

The name of the group.

Returns:

  • (String)


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_idString

The identifier of the index the group is attached to.

Returns:

  • (String)


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