Class: Aws::QBusiness::Types::GroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Summary information for groups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_name ⇒ String
The name of the group the summary information is for.
Instance Attribute Details
#group_name ⇒ String
The name of the group the summary information is for.
4506 4507 4508 4509 4510 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4506 class GroupSummary < Struct.new( :group_name) SENSITIVE = [] include Aws::Structure end |