ListInvitationsResponse

public struct ListInvitationsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of behavior graphs for which the member account has open or accepted invitations.

    Declaration

    Swift

    public let invitations: [MemberDetail]?
  • If there are more behavior graphs remaining in the results, then this is the pagination token to use to request the next page of behavior graphs.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(invitations: [MemberDetail]? = nil, nextToken: String? = nil)