Participants
public struct Participants : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of user groups.
Declaration
Swift
public let groups: [GroupMetadata]? -
The list of users.
Declaration
Swift
public let users: [UserMetadata]? -
Undocumented
Declaration
Swift
public init(groups: [GroupMetadata]? = nil, users: [UserMetadata]? = nil)
View on GitHub
Participants Structure Reference