ListGroupsResponse
public struct ListGroupsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about a group.
Declaration
Swift
public let groups: [GroupInformation]? -
The token for the next set of results, or “null” if there are no additional results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(groups: [GroupInformation]? = nil, nextToken: String? = nil)
View on GitHub
ListGroupsResponse Structure Reference