ListMembersResponse

public struct ListMembersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of member accounts in the behavior graph. The results include member accounts that did not pass verification and member accounts that have not yet accepted the invitation to the behavior graph. The results do not include member accounts that were removed from the behavior graph.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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