ListMembersRequest

public struct ListMembersRequest : AWSShape
extension Detective.ListMembersRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the behavior graph for which to retrieve the list of member accounts.

    Declaration

    Swift

    public let graphArn: String
  • The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.

    Declaration

    Swift

    public let maxResults: Int?
  • For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(graphArn: String, maxResults: Int? = nil, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws