Class: Aws::WorkDocs::Types::Participants

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

Overview

Describes the users or user groups.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#groupsArray<Types::GroupMetadata>

The list of user groups.

Returns:



2235
2236
2237
2238
2239
2240
# File 'lib/aws-sdk-workdocs/types.rb', line 2235

class Participants < Struct.new(
  :users,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end

#usersArray<Types::UserMetadata>

The list of users.

Returns:



2235
2236
2237
2238
2239
2240
# File 'lib/aws-sdk-workdocs/types.rb', line 2235

class Participants < Struct.new(
  :users,
  :groups)
  SENSITIVE = []
  include Aws::Structure
end