Class: Aws::QBusiness::Types::MemberGroup

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

Overview

The sub groups that belong to a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the sub group.

Returns:

  • (String)


5709
5710
5711
5712
5713
5714
# File 'lib/aws-sdk-qbusiness/types.rb', line 5709

class MemberGroup < Struct.new(
  :group_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the sub group.

Returns:

  • (String)


5709
5710
5711
5712
5713
5714
# File 'lib/aws-sdk-qbusiness/types.rb', line 5709

class MemberGroup < Struct.new(
  :group_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end