Class: Aws::QBusiness::Types::MemberGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::MemberGroup
- 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
-
#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.
4687 4688 4689 4690 4691 4692 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4687 class MemberGroup < Struct.new( :group_name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the sub group.
4687 4688 4689 4690 4691 4692 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4687 class MemberGroup < Struct.new( :group_name, :type) SENSITIVE = [] include Aws::Structure end |