ListInvitationsOutput
public struct ListInvitationsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The invitations for the network.
Declaration
Swift
public let invitations: [Invitation]?
-
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(invitations: [Invitation]? = nil, nextToken: String? = nil)