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

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


4474
4475
4476
4477
4478
4479
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4474

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

#typeString

The type of the sub group.

Returns:

  • (String)


4474
4475
4476
4477
4478
4479
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4474

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