interface ListLogsResponse {
    logs: IAM.v1alpha1.Log[];
    totalCount: number;
}

Properties

Properties

logs: IAM.v1alpha1.Log[]

List of logs.

totalCount: number

Total count of logs.