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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/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)


3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3118

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)


3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3118

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)


3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3118

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)


3118
3119
3120
3121
3122
3123
3124
3125
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3118

class GetGroupRequest < Struct.new(
  :application_id,
  :index_id,
  :group_name,
  :data_source_id)
  SENSITIVE = []
  include Aws::Structure
end