Class: Aws::QBusiness::Types::MemberGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::MemberGroup
- 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
-
#group_name ⇒ String
The name of the sub group.
-
#type ⇒ String
The type of the sub group.
Instance Attribute Details
#group_name ⇒ String
The name of the sub group.
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 |
#type ⇒ String
The type of the sub group.
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 |