Class: Aws::QBusiness::Types::GroupSummary

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

Overview

Summary information for groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_nameString

The name of the group the summary information is for.

Returns:

  • (String)


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