GetGroupsResult
public struct GetGroupsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The collection of all active groups.
Declaration
Swift
public let groups: [GroupSummary]?
-
Pagination token.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(groups: [GroupSummary]? = nil, nextToken: String? = nil)